From b0c742cb2f79191b78b3c1137f2dfd9dbe4a21bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20Friedrich=20Dreyer?= Date: Mon, 5 Jul 2021 13:19:33 +0200 Subject: [PATCH] fix docs typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jörn Friedrich Dreyer --- proxy/pkg/proxy/policy/selector.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxy/pkg/proxy/policy/selector.go b/proxy/pkg/proxy/policy/selector.go index 3ced3d18af..bc6fa67ef2 100644 --- a/proxy/pkg/proxy/policy/selector.go +++ b/proxy/pkg/proxy/policy/selector.go @@ -169,7 +169,7 @@ func NewClaimsSelector(cfg *config.ClaimsSelectorConf) Selector { // NewRegexSelector selects the policy based on a user property // The policy for each case is configurable: // "policy_selector": { -// "migration": { +// "regex": { // "matches_policies": [ // {"priority": 10, "property": "mail", "match": "marie@example.org", "policy": "ocis"}, // {"priority": 20, "property": "mail", "match": "[^@]+@example.org", "policy": "oc10"},