prepare for k3s

This commit is contained in:
Sebastian Hugentobler 2021-09-30 16:28:46 +02:00
parent b16f387593
commit 1f2c8c44da
Signed by: shu
GPG Key ID: BB32CF3CA052C2F0

View File

@ -1782,13 +1782,13 @@ oidc_config:
# #
# This must be configured if using the default mapping provider. # This must be configured if using the default mapping provider.
# #
localpart_template: "{{ getenv "OIDC_LOCALPART_TEMPLATE" "{{"{{"}} user.preferred_username {{"}}"}}" }}" localpart_template: "{{ getenv "OIDC_LOCALPART_TEMPLATE" }}"
# Jinja2 template for the display name to set on first login. # Jinja2 template for the display name to set on first login.
# #
# If unset, no displayname will be set. # If unset, no displayname will be set.
# #
display_name_template: "{{ getenv "OIDC_DISPLAY_NAME_TEMPLATE" "{{"{{"}} user.given_name {{"}}"}} {{"{{"}} user.last_name {{"}}"}}" }}" display_name_template: "{{ getenv "OIDC_DISPLAY_NAME_TEMPLATE" }}"
# Jinja2 templates for extra attributes to send back to the client during # Jinja2 templates for extra attributes to send back to the client during
# login. # login.
# #