authelia: set everything to bypass for now
This commit is contained in:
parent
90d1065f53
commit
9cf68c4fda
|
@ -27,12 +27,8 @@ authentication_backend:
|
||||||
access_control:
|
access_control:
|
||||||
default_policy: deny
|
default_policy: deny
|
||||||
rules:
|
rules:
|
||||||
- domain:
|
- domain: "*.{{ base_domain }}"
|
||||||
- "{{ base_domain }}"
|
policy: bypass
|
||||||
- "*.{{ base_domain }}"
|
|
||||||
- "keycloak.{{ base_domain }}"
|
|
||||||
policy: deny
|
|
||||||
session:
|
|
||||||
name: authelia_session
|
name: authelia_session
|
||||||
secret: somerandomsecret
|
secret: somerandomsecret
|
||||||
expiration: 1h
|
expiration: 1h
|
||||||
|
|
Loading…
Reference in New Issue