authelia: Update config for 4.39
Authelia made breaking changes to the OIDC issuer configuration in 4.39, specifically around what claims are present in identity tokens. Without a claims policy set, clients will _not_ get the correct claims, which breaks authentication and authorization in many cases (including Kubernetes). While I was fixing that, I went ahead and fixed a few of the other deprecation warnings. There are still two that show up at startup, but fixing them will be a bit more involved, it seems.
This commit is contained in:
@@ -54,7 +54,7 @@ spec:
|
||||
- name: authelia
|
||||
image: ghcr.io/authelia/authelia
|
||||
env:
|
||||
- name: AUTHELIA_JWT_SECRET_FILE
|
||||
- name: AUTHELIA_IDENTITY_VALIDATION_RESET_PASSWORD_JWT_SECRET_FILE
|
||||
value: /run/authelia/secrets/jwt.secret
|
||||
- name: AUTHELIA_AUTHENTICATION_BACKEND_LDAP_PASSWORD_FILE
|
||||
value: /run/authelia/secrets/ldap.password
|
||||
|
||||
Reference in New Issue
Block a user