From 2583c6a1a71acfa07f798909333772c991e6fabb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20Friedrich=20Dreyer?= Date: Mon, 5 Jul 2021 15:43:08 +0200 Subject: [PATCH] remove comma 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 bc6fa67ef..a1c58fa7c 100644 --- a/proxy/pkg/proxy/policy/selector.go +++ b/proxy/pkg/proxy/policy/selector.go @@ -176,7 +176,7 @@ func NewClaimsSelector(cfg *config.ClaimsSelectorConf) Selector { // {"priority": 30, "property": "username", "match": "(einstein|feynman)", "policy": "ocis"}, // {"priority": 40, "property": "username", "match": ".+", "policy": "oc10"}, // {"priority": 50, "property": "id", "match": "4c510ada-c86b-4815-8820-42cdf82c3d51", "policy": "ocis"}, -// {"priority": 60, "property": "id", "match": "f7fbf8c8-139b-4376-b307-cf0a8c2d0d9c", "policy": "oc10"}, +// {"priority": 60, "property": "id", "match": "f7fbf8c8-139b-4376-b307-cf0a8c2d0d9c", "policy": "oc10"} // ], // "unauthenticated_policy": "oc10" // }