Skip to content

Commit

Permalink
Update rbac for Istio CR
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-cattermole committed Nov 28, 2023
1 parent 2a9490a commit 141ae96
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
11 changes: 11 additions & 0 deletions bundle/manifests/kuadrant-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,17 @@ spec:
- patch
- update
- watch
- apiGroups:
- operator.istio.io
resources:
- istios
verbs:
- create
- get
- list
- patch
- update
- watch
- apiGroups:
- security.istio.io
resources:
Expand Down
11 changes: 11 additions & 0 deletions config/rbac/role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,17 @@ rules:
- patch
- update
- watch
- apiGroups:
- operator.istio.io
resources:
- istios
verbs:
- create
- get
- list
- patch
- update
- watch
- apiGroups:
- security.istio.io
resources:
Expand Down

0 comments on commit 141ae96

Please sign in to comment.