Files
k8s-manifests/helm/authelia/values.yaml
T

60 lines
1.4 KiB
YAML

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:
value: f86cac59ff096d5dba433b5242eef1c409421165fe3ad7414827f71382ad0e84
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:
value: 03e75899a8f009bb3c1877c63a864f37f7e38fed0fabd599eb871d259ac86148
redis:
enabled: true
host: authelia-redis-master
port: 6379
storage:
encryption_key:
value: 0b1bbffd77ba566e6441dcb848d6b25a165443d339d356482f86b6dcedc39c79
postgres:
address: tcp://authelia-postgres-postgresql:5432
database: authelia
enabled: true
password:
value: authelia_pg_pass
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