FIX(authelia): authelia secret key format

- dot notation
This commit is contained in:
2025-12-30 22:14:20 +09:00
parent f8d383f02e
commit d049fd42f3

View File

@@ -25,7 +25,7 @@ spec:
remoteRef: remoteRef:
key: cluster-infrastructure/authelia key: cluster-infrastructure/authelia
property: STORAGE_ENCRYPTION_KEY property: STORAGE_ENCRYPTION_KEY
- secretKey: IDENTITY_VALIDATION_RESET_PASSWORD_JWT_HMAC_KEY - secretKey: identity_validation.reset_password.jwt.hmac.key
remoteRef: remoteRef:
key: cluster-infrastructure/authelia key: cluster-infrastructure/authelia
property: JWT_SECRET property: JWT_SECRET