Skip to content

Commit

Permalink
Update RBAC
Browse files Browse the repository at this point in the history
Remove unnecessary "create" and "delete" verbs for CRs which are supposed to be
created and deleted only by a user, and not by an operator.

Signed-off-by: Mikhail Zholobov <[email protected]>
  • Loading branch information
legal90 committed Sep 10, 2024
1 parent 101e24e commit 55e2919
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
4 changes: 0 additions & 4 deletions keda/templates/manager/clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,6 @@ rules:
- clustercloudeventsources
- clustercloudeventsources/status
verbs:
- create
- delete
- get
- list
- patch
Expand All @@ -140,8 +138,6 @@ rules:
- triggerauthentications
- triggerauthentications/status
verbs:
- create
- delete
- get
- list
- patch
Expand Down
2 changes: 0 additions & 2 deletions keda/templates/manager/minimal-rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,6 @@ rules:
- clustertriggerauthentications
- clustertriggerauthentications/status
verbs:
- create
- delete
- get
- list
- patch
Expand Down

0 comments on commit 55e2919

Please sign in to comment.