introduce metadata gateway

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
This commit is contained in:
Jörn Friedrich Dreyer
2022-04-29 18:50:21 +02:00
committed by Ralf Haferkamp
parent 54ad9c3a87
commit 416c966dbc
5 changed files with 95 additions and 17 deletions
@@ -55,10 +55,10 @@ func DefaultConfig() *config.Config {
},
Metadata: config.Metadata{
GatewayAddress: "127.0.0.1:9142",
GatewayAddress: "127.0.0.1:9215",
StorageAddress: "127.0.0.1:9215",
ServiceUserID: "95cb8724-03b2-11eb-a0a6-c33ef8ef53ad",
ServiceUserIDP: "https://localhost:9200",
ServiceUserIDP: "internal",
MachineAuthAPIKey: "change-me-please",
},
}