From 1f2c8c44da8af02cc691c9e7439033746a527484 Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Thu, 30 Sep 2021 16:28:46 +0200 Subject: [PATCH] prepare for k3s --- rootfs/etc/confd/templates/server.yaml.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rootfs/etc/confd/templates/server.yaml.tmpl b/rootfs/etc/confd/templates/server.yaml.tmpl index c636614..4eb937c 100644 --- a/rootfs/etc/confd/templates/server.yaml.tmpl +++ b/rootfs/etc/confd/templates/server.yaml.tmpl @@ -1782,13 +1782,13 @@ oidc_config: # # 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. # # 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 # login. #