REFACTOR(secrets): flatten Vault paths
- Change secret paths from <category>/<app> to <app> - databases/postgresql → postgresql - cluster-infrastructure/authelia → authelia
This commit is contained in:
@@ -15,45 +15,45 @@ spec:
|
|||||||
# Storage password (PostgreSQL)
|
# Storage password (PostgreSQL)
|
||||||
- secretKey: storage.postgres.password.txt
|
- secretKey: storage.postgres.password.txt
|
||||||
remoteRef:
|
remoteRef:
|
||||||
key: databases/postgresql
|
key: postgresql
|
||||||
property: PASSWORD
|
property: PASSWORD
|
||||||
# Session encryption key
|
# Session encryption key
|
||||||
- secretKey: session.encryption.key
|
- secretKey: session.encryption.key
|
||||||
remoteRef:
|
remoteRef:
|
||||||
key: cluster-infrastructure/authelia
|
key: authelia
|
||||||
property: SESSION_SECRET
|
property: SESSION_SECRET
|
||||||
# Storage encryption key
|
# Storage encryption key
|
||||||
- secretKey: storage.encryption.key
|
- secretKey: storage.encryption.key
|
||||||
remoteRef:
|
remoteRef:
|
||||||
key: cluster-infrastructure/authelia
|
key: authelia
|
||||||
property: STORAGE_ENCRYPTION_KEY
|
property: STORAGE_ENCRYPTION_KEY
|
||||||
# JWT HMAC key for identity validation (password reset)
|
# JWT HMAC key for identity validation (password reset)
|
||||||
- secretKey: identity_validation.reset_password.jwt.hmac.key
|
- secretKey: identity_validation.reset_password.jwt.hmac.key
|
||||||
remoteRef:
|
remoteRef:
|
||||||
key: cluster-infrastructure/authelia
|
key: authelia
|
||||||
property: JWT_HMAC_KEY
|
property: JWT_HMAC_KEY
|
||||||
# OIDC HMAC key
|
# OIDC HMAC key
|
||||||
- secretKey: identity_providers.oidc.hmac.key
|
- secretKey: identity_providers.oidc.hmac.key
|
||||||
remoteRef:
|
remoteRef:
|
||||||
key: cluster-infrastructure/authelia
|
key: authelia
|
||||||
property: OIDC_HMAC_SECRET
|
property: OIDC_HMAC_SECRET
|
||||||
# OIDC JWKS private key
|
# OIDC JWKS private key
|
||||||
- secretKey: identity_providers.oidc.jwks.key
|
- secretKey: identity_providers.oidc.jwks.key
|
||||||
remoteRef:
|
remoteRef:
|
||||||
key: cluster-infrastructure/authelia
|
key: authelia
|
||||||
property: OIDC_JWKS_PRIVATE_KEY
|
property: OIDC_JWKS_PRIVATE_KEY
|
||||||
# Headlamp OIDC client secret
|
# Headlamp OIDC client secret
|
||||||
- secretKey: HEADLAMP_CLIENT_SECRET
|
- secretKey: HEADLAMP_CLIENT_SECRET
|
||||||
remoteRef:
|
remoteRef:
|
||||||
key: cluster-infrastructure/authelia
|
key: authelia
|
||||||
property: HEADLAMP_CLIENT_SECRET
|
property: HEADLAMP_CLIENT_SECRET
|
||||||
# Vault OIDC client secret
|
# Vault OIDC client secret
|
||||||
- secretKey: VAULT_CLIENT_SECRET
|
- secretKey: VAULT_CLIENT_SECRET
|
||||||
remoteRef:
|
remoteRef:
|
||||||
key: cluster-infrastructure/authelia
|
key: authelia
|
||||||
property: VAULT_CLIENT_SECRET
|
property: VAULT_CLIENT_SECRET
|
||||||
# Immich OIDC client secret
|
# Immich OIDC client secret
|
||||||
- secretKey: IMMICH_CLIENT_SECRET
|
- secretKey: IMMICH_CLIENT_SECRET
|
||||||
remoteRef:
|
remoteRef:
|
||||||
key: cluster-infrastructure/authelia
|
key: authelia
|
||||||
property: IMMICH_CLIENT_SECRET
|
property: IMMICH_CLIENT_SECRET
|
||||||
|
|||||||
Reference in New Issue
Block a user