Skip to content

Commit 5a29c3c

Browse files
committed
Allow powerusers to use the subjectaccessreviews API
Signed-off-by: Mikkel Oscar Lyderik Larsen <[email protected]>
1 parent a33371b commit 5a29c3c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

cluster/manifests/roles/poweruser-role.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,12 @@ rules:
220220
- deletecollection
221221
- patch
222222
- update
223+
- apiGroups:
224+
- authorization.k8s.io
225+
resources:
226+
- subjectaccessreviews
227+
verbs:
228+
- create
223229
- apiGroups:
224230
- scheduling.k8s.io
225231
resources:

0 commit comments

Comments
 (0)