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:
co-authored by
kfox1111
parent
b330e209d7
commit
25967baeef
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user