From d393d80aee0d821c47ba6bc24be769ddf3082b07 Mon Sep 17 00:00:00 2001 From: Alestrix Date: Mon, 14 Mar 2022 13:30:47 +0100 Subject: [PATCH] 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 --- docs/configuration/access-control.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration/access-control.md b/docs/configuration/access-control.md index 257e0c4c..158d2761 100644 --- a/docs/configuration/access-control.md +++ b/docs/configuration/access-control.md @@ -23,7 +23,7 @@ access_control: rules: - domain: public.example.com - policy: bypass + policy: one_factor networks: - internal - 1.1.1.1