add missing OCIS_INSECURE binding on PROXY_OIDC_INSECURE

This commit is contained in:
A.Unger
2021-11-16 13:43:54 +01:00
parent 2aa9c2457e
commit 8c307ef2bf

View File

@@ -141,7 +141,7 @@ func structMappings(cfg *Config) []shared.EnvBinding {
Destination: &cfg.OIDC.Issuer,
},
{
EnvVars: []string{"PROXY_OIDC_INSECURE"},
EnvVars: []string{"OCIS_INSECURE", "PROXY_OIDC_INSECURE"},
Destination: &cfg.OIDC.Insecure,
},
{