prepare for k3s

This commit is contained in:
Sebastian Hugentobler 2021-10-01 07:36:04 +02:00
parent 1f2c8c44da
commit a352d70b48
Signed by: shu
GPG Key ID: BB32CF3CA052C2F0

View File

@ -1712,21 +1712,21 @@ oidc_config:
# the oauth2 authorization endpoint. Required if provider discovery is disabled. # 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. # 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 # the OIDC userinfo endpoint. Required if discovery is disabled and the
# "openid" scope is not requested. # "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 # URI where to fetch the JWKS. Required if discovery is disabled and the
# "openid" scope is used. # "openid" scope is used.
# #
jwks_uri: "{{getenv "OIDC_JWKS_URI"}}" #jwks_uri: "{{getenv "OIDC_JWKS_URI"}}"
# Uncomment to skip metadata verification. Defaults to false. # Uncomment to skip metadata verification. Defaults to false.
# #