fix: authelia use existingSecret with correct key names
This commit is contained in:
@@ -12,19 +12,19 @@ spec:
|
|||||||
name: authelia-secrets
|
name: authelia-secrets
|
||||||
creationPolicy: Owner
|
creationPolicy: Owner
|
||||||
data:
|
data:
|
||||||
- secretKey: AUTHELIA_IDENTITY_VALIDATION_RESET_PASSWORD_JWT_SECRET_FILE
|
- secretKey: identity_validation.reset_password.jwt.hmac.key
|
||||||
remoteRef:
|
remoteRef:
|
||||||
key: secret/authelia
|
key: secret/authelia
|
||||||
property: resetPasswordSecret
|
property: resetPasswordSecret
|
||||||
- secretKey: AUTHELIA_SESSION_SECRET_FILE
|
- secretKey: session.encryption.key
|
||||||
remoteRef:
|
remoteRef:
|
||||||
key: secret/authelia
|
key: secret/authelia
|
||||||
property: sessionEncryptionKey
|
property: sessionEncryptionKey
|
||||||
- secretKey: AUTHELIA_STORAGE_ENCRYPTION_KEY_FILE
|
- secretKey: storage.encryption.key
|
||||||
remoteRef:
|
remoteRef:
|
||||||
key: secret/authelia
|
key: secret/authelia
|
||||||
property: storageEncryptionKey
|
property: storageEncryptionKey
|
||||||
- secretKey: AUTHELIA_STORAGE_POSTGRES_PASSWORD_FILE
|
- secretKey: storage.postgres.password.txt
|
||||||
remoteRef:
|
remoteRef:
|
||||||
key: secret/authelia
|
key: secret/authelia
|
||||||
property: postgresPassword
|
property: postgresPassword
|
||||||
|
|||||||
Reference in New Issue
Block a user