Add new config.jwtDomain value to oidc-discovery chart (#457)

Signed-off-by: Erik Godding Boye <[email protected]>
Co-authored-by: Faisal Memon <[email protected]>
This commit is contained in:
Erik Godding Boye
2024-09-17 12:36:52 -07:00
committed by GitHub
co-authored by Faisal Memon
parent ee7aacf61b
commit b7e9823a65
3 changed files with 9 additions and 3 deletions
@@ -186,6 +186,8 @@ jwtIssuer: ""
config:
## @param config.logLevel The log level, valid values are "debug", "info", "warn", and "error"
logLevel: info
## @param config.jwtDomain [string] The JWT domain. Defaults to oidc-discovery.$jwtIssuer URL-parsed host if unset
jwtDomain: ""
## @param config.additionalDomains [array] Add additional domains that can be used for oidc discovery
additionalDomains: []
# - localhost