add the reva gateway flag to groups

This commit is contained in:
A.Unger
2021-09-30 10:44:52 +02:00
parent ec50eeb3ee
commit 3588d42001
6 changed files with 30 additions and 26 deletions
+1
View File
@@ -103,6 +103,7 @@ func groupsConfigFromStruct(c *cli.Context, cfg *config.Config) map[string]inter
},
"shared": map[string]interface{}{
"jwt_secret": cfg.Reva.JWTSecret,
"gatewaysvc": cfg.Reva.Gateway.Endpoint,
},
"grpc": map[string]interface{}{
"network": cfg.Reva.Groups.GRPCNetwork,