mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-05 03:40:01 -06:00
add missing OCIS_INSECURE binding on PROXY_OIDC_INSECURE
This commit is contained in:
@@ -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,
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user