Update default for additionalDomains not to include localhost (#146)
Its pretty much only useful if you want to port forward the discovery provider and use localhost to access it. An uncommon use case. Its easy to add back for that case. This simplifies production deploymnet. Signed-off-by: Kevin Fox <[email protected]>
This commit is contained in:
@@ -132,8 +132,8 @@ config:
|
||||
## @param config.logLevel The log level, valid values are "debug", "info", "warn", and "error"
|
||||
logLevel: info
|
||||
## @param config.additionalDomains [array] Add additional domains that can be used for oidc discovery
|
||||
additionalDomains:
|
||||
- localhost
|
||||
additionalDomains: []
|
||||
# - localhost
|
||||
|
||||
acme:
|
||||
## @param config.acme.tosAccepted Flag for Terms of Service acceptance
|
||||
|
||||
@@ -94,8 +94,6 @@ upstream-spire-agent:
|
||||
|
||||
spiffe-oidc-discovery-provider:
|
||||
enabled: true
|
||||
config:
|
||||
additionalDomains: []
|
||||
insecureScheme:
|
||||
enabled: true
|
||||
podSecurityContext:
|
||||
|
||||
Reference in New Issue
Block a user