mirror of
https://github.com/0rangebananaspy/authelia.git
synced 2024-09-14 22:47:21 +07:00
docs: adjust acl policy example to be possible (#3008)
An access control policy with a policy of bypass and subjects is not configurable, this addresses an example in the docs which shows this misconfiguration erroneously. Fixes #3006
This commit is contained in:
parent
1e549caf15
commit
d393d80aee
|
@ -23,7 +23,7 @@ access_control:
|
|||
|
||||
rules:
|
||||
- domain: public.example.com
|
||||
policy: bypass
|
||||
policy: one_factor
|
||||
networks:
|
||||
- internal
|
||||
- 1.1.1.1
|
||||
|
|
Loading…
Reference in New Issue
Block a user