attempt to fix flags

This commit is contained in:
A.Unger
2021-11-05 16:20:00 +01:00
parent 9466e01a3c
commit 3206b98359
7 changed files with 1 additions and 475 deletions

View File

@@ -123,7 +123,7 @@ func structMappings(cfg *Config) []mapping {
Destination: &cfg.InsecureBackends,
},
{
EnvVars: []string{"PROXY_OIDC_ISSUER"},
EnvVars: []string{"PROXY_OIDC_ISSUER", "OCIS_URL"},
Destination: &cfg.OIDC.Issuer,
},
{