Skip to content

Commit 33549b3

Browse files
committed
Provide dspo with rbac needed to hand out mcad/ray perms.
Signed-off-by: Humair Khan <[email protected]>
1 parent 637c23a commit 33549b3

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

config/rbac/role.yaml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,3 +229,25 @@ rules:
229229
- '*'
230230
verbs:
231231
- '*'
232+
- apiGroups:
233+
- mcad.ibm.com
234+
resources:
235+
- appwrappers
236+
verbs:
237+
- create
238+
- get
239+
- list
240+
- patch
241+
- delete
242+
- apiGroups:
243+
- ray.io
244+
resources:
245+
- rayclusters
246+
- rayjobs
247+
- rayservices
248+
verbs:
249+
- create
250+
- get
251+
- list
252+
- patch
253+
- delete

0 commit comments

Comments
 (0)