add gatewaysvc to all REVA services

This commit is contained in:
Willy Kloucek
2021-10-08 13:12:18 +02:00
parent 5f0cf077ca
commit 778197a3eb
5 changed files with 10 additions and 0 deletions
+1
View File
@@ -94,6 +94,7 @@ func authBearerConfigFromStruct(c *cli.Context, cfg *config.Config) map[string]i
},
"shared": map[string]interface{}{
"jwt_secret": cfg.Reva.JWTSecret,
"gatewaysvc": cfg.Reva.Gateway.Endpoint,
},
"grpc": map[string]interface{}{
"network": cfg.Reva.AuthBearer.GRPCNetwork,