Skip to content

Commit

Permalink
Merge pull request #184 from HumairAK/dspo_rbac
Browse files Browse the repository at this point in the history
Provide dspo with rbac needed to hand out mcad/ray perms.
  • Loading branch information
HumairAK authored Jun 22, 2023
2 parents 637c23a + 33549b3 commit 5e4bbc7
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions config/rbac/role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -229,3 +229,25 @@ rules:
- '*'
verbs:
- '*'
- apiGroups:
- mcad.ibm.com
resources:
- appwrappers
verbs:
- create
- get
- list
- patch
- delete
- apiGroups:
- ray.io
resources:
- rayclusters
- rayjobs
- rayservices
verbs:
- create
- get
- list
- patch
- delete

0 comments on commit 5e4bbc7

Please sign in to comment.