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:
kfox1111
2023-12-12 08:14:16 -08:00
committed by GitHub
parent 6e997d4f47
commit 1524537318
2 changed files with 2 additions and 4 deletions
@@ -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
-2
View File
@@ -94,8 +94,6 @@ upstream-spire-agent:
spiffe-oidc-discovery-provider:
enabled: true
config:
additionalDomains: []
insecureScheme:
enabled: true
podSecurityContext: