prepare for k3s
This commit is contained in:
parent
1f2c8c44da
commit
a352d70b48
@ -1712,21 +1712,21 @@ oidc_config:
|
||||
|
||||
# the oauth2 authorization endpoint. Required if provider discovery is disabled.
|
||||
#
|
||||
authorization_endpoint: "{{getenv "OIDC_AUTH_ENDPOINT"}}"
|
||||
#authorization_endpoint: "{{getenv "OIDC_AUTH_ENDPOINT"}}"
|
||||
|
||||
# the oauth2 token endpoint. Required if provider discovery is disabled.
|
||||
#
|
||||
token_endpoint: "{{getenv "OIDC_TOKEN_ENDPOINT"}}"
|
||||
#token_endpoint: "{{getenv "OIDC_TOKEN_ENDPOINT"}}"
|
||||
|
||||
# the OIDC userinfo endpoint. Required if discovery is disabled and the
|
||||
# "openid" scope is not requested.
|
||||
#
|
||||
userinfo_endpoint: "{{getenv "OIDC_USERINFO_ENDPOINT"}}"
|
||||
#userinfo_endpoint: "{{getenv "OIDC_USERINFO_ENDPOINT"}}"
|
||||
|
||||
# URI where to fetch the JWKS. Required if discovery is disabled and the
|
||||
# "openid" scope is used.
|
||||
#
|
||||
jwks_uri: "{{getenv "OIDC_JWKS_URI"}}"
|
||||
#jwks_uri: "{{getenv "OIDC_JWKS_URI"}}"
|
||||
|
||||
# Uncomment to skip metadata verification. Defaults to false.
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user