From b7cc27f924acec8de96fe107277558b073a5d5c1 Mon Sep 17 00:00:00 2001 From: Alex Snaps Date: Mon, 28 Oct 2024 19:30:49 -0400 Subject: [PATCH] Neither where this is supposed to come from Signed-off-by: Alex Snaps --- tests/v1beta3/authconfig.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/v1beta3/authconfig.yaml b/tests/v1beta3/authconfig.yaml index a45ed8d4..2c7e4430 100644 --- a/tests/v1beta3/authconfig.yaml +++ b/tests/v1beta3/authconfig.yaml @@ -39,7 +39,7 @@ spec: roles: expression: auth.identity.realm_access.roles username: - expression: auth.identity.preferred_username + expression: auth.identity["preferred_username"] oauth2-introspection: oauth2Introspection: credentialsRef: @@ -55,7 +55,7 @@ spec: roles: expression: auth.identity.realm_access.roles username: - expression: auth.identity.preferred_username + expression: auth.identity["preferred_username"] cache: key: expression: request.headers["authorization"]