Skip to content

Commit

Permalink
feat(authelia): v4.35.2 (#160)
Browse files Browse the repository at this point in the history
  • Loading branch information
james-d-elliott authored May 6, 2022
1 parent 3b54a5c commit 62c8d73
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 deletions.
9 changes: 6 additions & 3 deletions charts/authelia/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand All @@ -23,6 +26,6 @@ maintainers:
email: [email protected]
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: {}
3 changes: 3 additions & 0 deletions charts/authelia/templates/configMap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
4 changes: 4 additions & 0 deletions charts/authelia/values.local.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 4 additions & 0 deletions charts/authelia/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 62c8d73

Please sign in to comment.