Skip to content

Commit

Permalink
Merge pull request #82 from Madhu-1/fix-csiaddons-rbac
Browse files Browse the repository at this point in the history
DFBUGS-848: [release-4.18] csi: update RBACs for CSIAddonsNode
  • Loading branch information
openshift-merge-bot[bot] authored Feb 18, 2025
2 parents 7fe4e5f + 449930e commit 803c9f1
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 4 deletions.
8 changes: 7 additions & 1 deletion bundle/manifests/cephcsi-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
annotations:
alm-examples: '[]'
capabilities: Basic Install
createdAt: "2025-01-07T09:56:41Z"
createdAt: "2025-02-18T09:22:36Z"
olm.skipRange: ""
operators.operatorframework.io/builder: operator-sdk-v1.34.1
operators.operatorframework.io/operator-type: non-standalone
Expand Down Expand Up @@ -862,6 +862,8 @@ spec:
- csiaddonsnodes
verbs:
- get
- watch
- list
- create
- update
- delete
Expand Down Expand Up @@ -936,6 +938,8 @@ spec:
- csiaddonsnodes
verbs:
- get
- watch
- list
- create
- update
- delete
Expand Down Expand Up @@ -966,6 +970,8 @@ spec:
- csiaddonsnodes
verbs:
- get
- watch
- list
- create
- update
- delete
Expand Down
2 changes: 1 addition & 1 deletion config/csi-rbac/cephfs_ctrlplugin_role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ rules:
verbs: ["get", "watch", "list", "delete", "update", "create"]
- apiGroups: ["csiaddons.openshift.io"]
resources: ["csiaddonsnodes"]
verbs: ["get", "create", "update", "delete"]
verbs: ["get", "watch", "list", "create", "update", "delete"]
- apiGroups: [""]
resources: ["pods"]
verbs: ["get"]
Expand Down
2 changes: 1 addition & 1 deletion config/csi-rbac/rbd_ctrlplugin_role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ rules:
verbs: ["get", "watch", "list", "delete", "update", "create"]
- apiGroups: ["csiaddons.openshift.io"]
resources: ["csiaddonsnodes"]
verbs: ["get", "create", "update", "delete"]
verbs: ["get", "watch", "list", "create", "update", "delete"]
- apiGroups: [""]
resources: ["pods"]
verbs: ["get"]
Expand Down
2 changes: 1 addition & 1 deletion config/csi-rbac/rbd_nodeplugin_role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
rules:
- apiGroups: ["csiaddons.openshift.io"]
resources: ["csiaddonsnodes"]
verbs: ["get", "create", "update", "delete"]
verbs: ["get", "watch", "list", "create", "update", "delete"]
- apiGroups: [""]
resources: ["pods"]
verbs: ["get"]
Expand Down
6 changes: 6 additions & 0 deletions deploy/all-in-one/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14098,6 +14098,8 @@ rules:
- csiaddonsnodes
verbs:
- get
- watch
- list
- create
- update
- delete
Expand Down Expand Up @@ -14185,6 +14187,8 @@ rules:
- csiaddonsnodes
verbs:
- get
- watch
- list
- create
- update
- delete
Expand Down Expand Up @@ -14220,6 +14224,8 @@ rules:
- csiaddonsnodes
verbs:
- get
- watch
- list
- create
- update
- delete
Expand Down
6 changes: 6 additions & 0 deletions deploy/multifile/csi-rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ rules:
- csiaddonsnodes
verbs:
- get
- watch
- list
- create
- update
- delete
Expand Down Expand Up @@ -103,6 +105,8 @@ rules:
- csiaddonsnodes
verbs:
- get
- watch
- list
- create
- update
- delete
Expand Down Expand Up @@ -138,6 +142,8 @@ rules:
- csiaddonsnodes
verbs:
- get
- watch
- list
- create
- update
- delete
Expand Down

0 comments on commit 803c9f1

Please sign in to comment.