about summary refs log tree commit diff
path: root/bundles/authelia/files/secret.yaml
blob: aef62c7b0c320c2dd609ec35ebb4587b921acfdd (plain) (blame)
1
2
3
4
5
6
7
8
9
apiVersion: v1
kind: Secret
metadata:
  name: authelia
data:
  AUTHELIA_IDENTITY_VALIDATION_RESET_PASSWORD_JWT_SECRET: ${repo.vault.password_for("authelia_jwt").b64encode().value}
  AUTHELIA_SESSION_SECRET: ${repo.vault.password_for("authelia_session_sec").b64encode().value}
  AUTHELIA_STORAGE_ENCRYPTION_KEY: ${repo.vault.password_for("authelia_storage_encryption_key").b64encode().value}
  AUTHELIA_IDENTITY_PROVIDERS_OIDC_HMAC_SECRET: ${repo.vault.password_for("authelia_oidc_hmac").b64encode().value}