From e1fe4dc08696b189ebc2f914769cd02f31e1a075 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 9bdd3060b7a..832386b7f25 100644 --- a/proxy/pkg/proxy/policy/selector.go +++ b/proxy/pkg/proxy/policy/selector.go @@ -163,7 +163,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"},