configMap: access_control: default_policy: deny rules: - domain: vpn.uzbutterfly.com policy: two_factor authentication_backend: file: enabled: true path: /secrets/authelia-users/users.yml identity_validation: reset_password: secret: path: /secrets/authelia-secrets/AUTHELIA_IDENTITY_VALIDATION_RESET_PASSWORD_JWT_SECRET_FILE notifier: disable_startup_check: true filesystem: enabled: true filename: /tmp/notification.txt session: cookies: - default_redirection_url: https://vpn.uzbutterfly.com domain: uzbutterfly.com subdomain: auth encryption_key: path: /secrets/authelia-secrets/AUTHELIA_SESSION_SECRET_FILE redis: enabled: true host: authelia-redis-master port: 6379 storage: encryption_key: path: /secrets/authelia-secrets/AUTHELIA_STORAGE_ENCRYPTION_KEY_FILE postgres: address: tcp://authelia-postgres-postgresql:5432 database: authelia enabled: true password: path: /secrets/authelia-secrets/AUTHELIA_STORAGE_POSTGRES_PASSWORD_FILE username: authelia theme: dark totp: disable: false issuer: uzbutterfly.com ingress: annotations: cert-manager.io/cluster-issuer: letsencrypt-prod kubernetes.io/ingress.class: nginx className: nginx enabled: true tls: enabled: true secret: authelia-tls secret: additionalSecrets: authelia-users: items: - key: users.yml path: users.yml authelia-secrets: items: - key: AUTHELIA_IDENTITY_VALIDATION_RESET_PASSWORD_JWT_SECRET_FILE path: AUTHELIA_IDENTITY_VALIDATION_RESET_PASSWORD_JWT_SECRET_FILE - key: AUTHELIA_SESSION_SECRET_FILE path: AUTHELIA_SESSION_SECRET_FILE - key: AUTHELIA_STORAGE_ENCRYPTION_KEY_FILE path: AUTHELIA_STORAGE_ENCRYPTION_KEY_FILE - key: AUTHELIA_STORAGE_POSTGRES_PASSWORD_FILE path: AUTHELIA_STORAGE_POSTGRES_PASSWORD_FILE