Skip to content

Commit

Permalink
Neither where this is supposed to come from
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Snaps <[email protected]>
  • Loading branch information
alexsnaps committed Oct 28, 2024
1 parent 5f94c7c commit b7cc27f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/v1beta3/authconfig.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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"]
Expand Down

0 comments on commit b7cc27f

Please sign in to comment.