diff --git a/tests/v1beta3/authconfig.yaml b/tests/v1beta3/authconfig.yaml index b4d86c14..7e783002 100644 --- a/tests/v1beta3/authconfig.yaml +++ b/tests/v1beta3/authconfig.yaml @@ -126,7 +126,7 @@ spec: - predicate: auth.identity["jwt-rbac"] patternMatching: patterns: - - predicate: auth.identity.roles.contains("admin") + - predicate: auth.identity.roles.exists(r, r == "admin") resource-owner: when: - predicate: request.path.matches("^/greetings/\\d+$")