From cf9e5d8e7d1268813894d520130e401f2495c7fe Mon Sep 17 00:00:00 2001 From: admin Date: Mon, 22 Jun 2026 11:59:04 +0000 Subject: [PATCH] fix: authelia use existingSecret with correct key names --- k8s/external-secrets/authelia.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/k8s/external-secrets/authelia.yaml b/k8s/external-secrets/authelia.yaml index e618ab4..6ed3070 100644 --- a/k8s/external-secrets/authelia.yaml +++ b/k8s/external-secrets/authelia.yaml @@ -12,19 +12,19 @@ spec: name: authelia-secrets creationPolicy: Owner data: - - secretKey: AUTHELIA_IDENTITY_VALIDATION_RESET_PASSWORD_JWT_SECRET_FILE + - secretKey: identity_validation.reset_password.jwt.hmac.key remoteRef: key: secret/authelia property: resetPasswordSecret - - secretKey: AUTHELIA_SESSION_SECRET_FILE + - secretKey: session.encryption.key remoteRef: key: secret/authelia property: sessionEncryptionKey - - secretKey: AUTHELIA_STORAGE_ENCRYPTION_KEY_FILE + - secretKey: storage.encryption.key remoteRef: key: secret/authelia property: storageEncryptionKey - - secretKey: AUTHELIA_STORAGE_POSTGRES_PASSWORD_FILE + - secretKey: storage.postgres.password.txt remoteRef: key: secret/authelia property: postgresPassword