Skip to content

Commit

Permalink
Merge pull request #53 from m1kola/fix_rbac_for_clusterextensions
Browse files Browse the repository at this point in the history
OPRUN-3291: Add roles for clusterextensions
  • Loading branch information
openshift-merge-bot[bot] committed May 1, 2024
2 parents 36b8875 + 485d2cc commit d998a86
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions manifests/0000_51_olm_02_operator_clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -197,3 +197,14 @@ rules:
- list
- watch
- delete
# For validating admission policies and bindings to work
# this service account must have "get" permission on resources
# mentioned in paramKind of the policy and have "list" permission
# on the resources mentioned in paramRef of the binding
- apiGroups:
- olm.operatorframework.io
resources:
- clusterextensions
verbs:
- get
- list

0 comments on commit d998a86

Please sign in to comment.