Skip to content

Commit

Permalink
fix: use groups and username from tokenreview auth step in authconfig…
Browse files Browse the repository at this point in the history
…, fixes RHOAIENG-16025

Signed-off-by: Dhiraj Bokde <[email protected]>
  • Loading branch information
dhirajsb committed Nov 18, 2024
1 parent 4dc22a7 commit 793c869
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ spec:
k8s-rbac:
kubernetesSubjectAccessReview:
user:
selector: auth.identity.metadata.annotations.userid
groups:
- {{.Name}}-users
selector: auth.identity.user.username
authorizationGroups:
selector: auth.identity.user.groups
resourceAttributes:
verb:
value: get
Expand Down

0 comments on commit 793c869

Please sign in to comment.