Skip to content

Commit

Permalink
Merge pull request #74 from jsafrane/sync-manila-rbac
Browse files Browse the repository at this point in the history
Bug 1867735: Sync RBAC rules from Manila operator
  • Loading branch information
openshift-merge-robot committed Aug 12, 2020
2 parents 083e515 + e6e6ad8 commit 54854e5
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 8 deletions.
16 changes: 12 additions & 4 deletions assets/csidriveroperators/manila/05_clusterrole.yaml
Expand Up @@ -11,15 +11,23 @@ rules:
- securitycontextconstraints
verbs:
- use

# The operator needs these config maps:
# - read/write openshift-manila-csi-driver/cloud-provider-config
# - read-only kube-system/extension-apiserver-authentication
# - read/write manila-csi-driver-operator-lock
- apiGroups:
- ''
resourceNames:
- extension-apiserver-authentication
- manila-csi-driver-operator-lock
resources:
- configmaps
verbs:
- '*'
- watch
- list
- get
- create
- delete
- patch
- update
- apiGroups:
- rbac.authorization.k8s.io
resources:
Expand Down
16 changes: 12 additions & 4 deletions pkg/generated/bindata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 54854e5

Please sign in to comment.