Skip to content

Commit

Permalink
DSC permissions should be cluster permissions (#1612)
Browse files Browse the repository at this point in the history
* DSC permissions should be cluster permissions

* add patch permissions for DSC
  • Loading branch information
StevenTobin authored Feb 5, 2025
1 parent 8504ce5 commit 0d785e4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,16 @@ rules:
- auths/status
verbs:
- get
- apiGroups:
- datasciencecluster.opendatahub.io
resources:
- datascienceclusters
verbs:
- get
- list
- watch
- update
- patch
- apiGroups:
- modelregistry.opendatahub.io
resources:
Expand Down
9 changes: 0 additions & 9 deletions controllers/services/auth/resources/admingroup-role.tmpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,15 +88,6 @@ rules:
- create
- update
- patch
- apiGroups:
- datasciencecluster.opendatahub.io
resources:
- datascienceclusters
verbs:
- get
- list
- watch
- update
- apiGroups:
- dashboard.opendatahub.io
resources:
Expand Down

0 comments on commit 0d785e4

Please sign in to comment.