From 62c8d73c4114bc23de530d1aec38719c65269501 Mon Sep 17 00:00:00 2001 From: James Elliott Date: Fri, 6 May 2022 11:22:08 +1000 Subject: [PATCH] feat(authelia): v4.35.2 (#160) --- charts/authelia/Chart.yaml | 9 ++++++--- charts/authelia/templates/configMap.yaml | 3 +++ charts/authelia/values.local.yaml | 4 ++++ charts/authelia/values.yaml | 4 ++++ 4 files changed, 17 insertions(+), 3 deletions(-) diff --git a/charts/authelia/Chart.yaml b/charts/authelia/Chart.yaml index e27cb90..25c06ee 100644 --- a/charts/authelia/Chart.yaml +++ b/charts/authelia/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: authelia -version: 0.8.25 +version: 0.8.26 kubeVersion: ">= 1.13.0-0" description: Authelia is a Single Sign-On Multi-Factor portal for web apps type: application @@ -9,8 +9,11 @@ keywords: - Authentication - Security - Two-Factor - - U2F - YubiKey + - Webauthn + - Duo + - TOTP + - Time-based One Time Password - Push Notifications - LDAP home: https://www.authelia.com @@ -23,6 +26,6 @@ maintainers: email: james-d-elliott@users.noreply.github.com url: https://github.com/james-d-elliott icon: https://avatars2.githubusercontent.com/u/59122411?s=200&v=4 -appVersion: 4.35.1 +appVersion: 4.35.2 deprecated: false annotations: {} diff --git a/charts/authelia/templates/configMap.yaml b/charts/authelia/templates/configMap.yaml index 55ba612..8a6b8f4 100644 --- a/charts/authelia/templates/configMap.yaml +++ b/charts/authelia/templates/configMap.yaml @@ -130,6 +130,9 @@ data: {{- if $auth.ldap.display_name_attribute }} display_name_attribute: {{ $auth.ldap.display_name_attribute }} {{- end }} + {{- if semverCompare ">=4.35.2" (include "authelia.version" $) }} + permit_referrals: {{ $auth.ldap.permit_referrals }} + {{- end }} user: {{ $auth.ldap.user }} {{- end }} {{- end }} diff --git a/charts/authelia/values.local.yaml b/charts/authelia/values.local.yaml index 0ca2126..1d73c82 100644 --- a/charts/authelia/values.local.yaml +++ b/charts/authelia/values.local.yaml @@ -689,6 +689,10 @@ configMap: ## The attribute holding the display name of the user. This will be used to greet an authenticated user. display_name_attribute: "" + ## Follow referrals returned by the server. + ## This is especially useful for environments where read-only servers exist. Only implemented for write operations. + permit_referrals: false + ## The username of the admin user. user: CN=Authelia,DC=example,DC=com diff --git a/charts/authelia/values.yaml b/charts/authelia/values.yaml index 854117c..07dfba4 100644 --- a/charts/authelia/values.yaml +++ b/charts/authelia/values.yaml @@ -694,6 +694,10 @@ configMap: ## The attribute holding the display name of the user. This will be used to greet an authenticated user. display_name_attribute: "" + ## Follow referrals returned by the server. + ## This is especially useful for environments where read-only servers exist. Only implemented for write operations. + permit_referrals: false + ## The username of the admin user. user: CN=Authelia,DC=example,DC=com