prepare for k3s
This commit is contained in:
parent
1f2c8c44da
commit
a352d70b48
1 changed files with 4 additions and 4 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue