mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-05-08 04:20:59 -05:00
idp: Change name of environment variable to be more consistent.
This commit is contained in:
@@ -83,7 +83,7 @@ type Settings struct {
|
|||||||
AuthorizationEndpointURI string `yaml:"authorization_endpoint_uri" env:"IDP_ENDPOINT_URI" desc:"URL of the IDP endpoint."`
|
AuthorizationEndpointURI string `yaml:"authorization_endpoint_uri" env:"IDP_ENDPOINT_URI" desc:"URL of the IDP endpoint."`
|
||||||
EndsessionEndpointURI string `yaml:"-"` // unused, not supported by lico-idp
|
EndsessionEndpointURI string `yaml:"-"` // unused, not supported by lico-idp
|
||||||
|
|
||||||
Insecure bool `yaml:"insecure" env:"LDAP_INSECURE;IDP_INSECURE" desc:"Disable TLS certificate validation for the LDAP connections. Do not set this in production environments."`
|
Insecure bool `yaml:"insecure" env:"LDAP_INSECURE;IDP_LDAP_INSECURE;IDP_INSECURE" desc:"Disable TLS certificate validation for the LDAP connections. Do not set this in production environments." deprecationVersion:"3.0" removalVersion:"3.1" deprecationInfo:"IDP_INSECURE is confusing" deprecationReplacement:"IDP_LDAP_INSECURE"`
|
||||||
|
|
||||||
TrustedProxy []string `yaml:"trusted_proxy"` //TODO: how to configure this via env?
|
TrustedProxy []string `yaml:"trusted_proxy"` //TODO: how to configure this via env?
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user