remove GRPC insecure config options, since it always needs to be set to insecure
This commit is contained in:
@@ -189,13 +189,6 @@ func ServerWithConfig(cfg *config.Config) []cli.Flag {
|
||||
EnvVars: []string{"REVA_GATEWAY"},
|
||||
Destination: &cfg.Reva.Address,
|
||||
},
|
||||
&cli.BoolFlag{
|
||||
Name: "reva-gateway-insecure",
|
||||
Value: flags.OverrideDefaultBool(cfg.Reva.Insecure, false),
|
||||
Usage: "allow insecure communication to REVA gateway endpoint",
|
||||
EnvVars: []string{"REVA_GATEWAY_INSECURE"},
|
||||
Destination: &cfg.Reva.Insecure,
|
||||
},
|
||||
&cli.BoolFlag{
|
||||
Name: "insecure",
|
||||
Value: flags.OverrideDefaultBool(cfg.InsecureBackends, false),
|
||||
|
||||
Reference in New Issue
Block a user