Update authelia/authelia/configuration.yml
This commit is contained in:
@@ -14,7 +14,7 @@ totp:
|
||||
|
||||
identity_validation:
|
||||
reset_password:
|
||||
jwt_secret: 'a_very_important_secret'
|
||||
jwt_secret: '5MTF55m2tytLkXbSs95xXmVkmKRSxuvFk4pRhzHy'
|
||||
|
||||
# duo_api:
|
||||
# hostname: api-123456789.example.com
|
||||
@@ -32,19 +32,19 @@ access_control:
|
||||
# Rules applied to everyone
|
||||
- domain: 'public.example.com'
|
||||
policy: 'bypass'
|
||||
- domain: 'traefik.example.com'
|
||||
- domain: '*.johnsnexus.com'
|
||||
policy: 'one_factor'
|
||||
- domain: 'secure.example.com'
|
||||
policy: 'two_factor'
|
||||
|
||||
session:
|
||||
# This secret can also be set using the env variables AUTHELIA_SESSION_SECRET_FILE
|
||||
secret: 'insecure_session_secret'
|
||||
secret: '5MTF55m2tytLkXbSs95xXmVkmKRSxuvFk4pRhzHy'
|
||||
|
||||
cookies:
|
||||
- name: 'authelia_session'
|
||||
domain: 'example.com' # Should match whatever your root protected domain is
|
||||
authelia_url: 'https://authelia.example.com'
|
||||
domain: 'johnsnexus.com' # Should match whatever your root protected domain is
|
||||
authelia_url: 'https://authelia.johnsnexus.com'
|
||||
expiration: '1 hour'
|
||||
inactivity: '5 minutes'
|
||||
|
||||
@@ -52,7 +52,7 @@ session:
|
||||
host: 'redis'
|
||||
port: 6379
|
||||
# This secret can also be set using the env variables AUTHELIA_SESSION_REDIS_PASSWORD_FILE
|
||||
# password: authelia
|
||||
password: authelia
|
||||
|
||||
regulation:
|
||||
max_retries: 3
|
||||
|
||||
Reference in New Issue
Block a user