Add new config.jwksUri option to oidc-discovery chart (#547)

Signed-off-by: Spencer Hitchins <[email protected]>
Co-authored-by: kfox1111 <[email protected]>
This commit is contained in:
RedneckEdamame
2025-03-31 18:13:23 +00:00
committed by GitHub
co-authored by kfox1111
parent b330e209d7
commit 25967baeef
3 changed files with 7 additions and 0 deletions
@@ -194,6 +194,8 @@ config:
logLevel: info
## @param config.jwtDomain [string] The JWT domain. Defaults to oidc-discovery.$jwtIssuer URL-parsed host if unset
jwtDomain: ""
## @param config.jwksUri [string] The JWKS URI
jwksUri: ""
## @param config.additionalDomains [array] Add additional domains that can be used for oidc discovery
additionalDomains: []
# - localhost