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 #3006pull/3009/head^2
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