From d049fd42f3bdb99d7c07be39e016eda0bb0dc4f4 Mon Sep 17 00:00:00 2001 From: Mayne0213 Date: Tue, 30 Dec 2025 22:14:20 +0900 Subject: [PATCH] FIX(authelia): authelia secret key format - dot notation --- authelia/vault/authelia-secrets.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/authelia/vault/authelia-secrets.yaml b/authelia/vault/authelia-secrets.yaml index 63acf12..d5ecda5 100644 --- a/authelia/vault/authelia-secrets.yaml +++ b/authelia/vault/authelia-secrets.yaml @@ -25,7 +25,7 @@ spec: remoteRef: key: cluster-infrastructure/authelia property: STORAGE_ENCRYPTION_KEY - - secretKey: IDENTITY_VALIDATION_RESET_PASSWORD_JWT_HMAC_KEY + - secretKey: identity_validation.reset_password.jwt.hmac.key remoteRef: key: cluster-infrastructure/authelia property: JWT_SECRET