Skip to content

Commit b03fcd2

Browse files
atyepanigs7
authored andcommitted
[bug-1120]: Update Authorization sidecar to use insecure flag (#442)
* fix auth cert * remove constant * remove duplicate verbs
1 parent 2fcf8d7 commit b03fcd2

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/config/driverconfig/powerflex/v2.9.1/controller.yaml

-4
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ rules:
1818
- apiGroups: [""]
1919
resources: ["nodes"]
2020
verbs: ["get", "list", "watch", "patch"]
21-
verbs: ["get", "list", "watch"]
2221
- apiGroups: [""]
2322
resources: ["persistentvolumes"]
2423
verbs: ["get", "list", "watch", "create", "delete", "update", "patch"]
@@ -34,7 +33,6 @@ rules:
3433
- apiGroups: ["storage.k8s.io"]
3534
resources: ["volumeattachments"]
3635
verbs: ["get", "list", "watch", "update", "patch", "delete"]
37-
verbs: ["get", "list", "watch", "update", "patch"]
3836
- apiGroups: ["storage.k8s.io"]
3937
resources: ["csinodes"]
4038
verbs: ["get", "list", "watch", "update"]
@@ -47,7 +45,6 @@ rules:
4745
- apiGroups: [""]
4846
resources: ["pods"]
4947
verbs: ["get", "list", "watch", "update", "delete"]
50-
verbs: ["get", "list", "watch"]
5148
# below for snapshotter
5249
- apiGroups: [""]
5350
resources: ["secrets"]
@@ -61,7 +58,6 @@ rules:
6158
- apiGroups: ["snapshot.storage.k8s.io"]
6259
resources: ["volumesnapshots"]
6360
verbs: ["get", "list", "watch", "update", "create", "delete"]
64-
verbs: ["get", "list", "watch", "update"]
6561
- apiGroups: ["snapshot.storage.k8s.io"]
6662
resources: ["volumesnapshots/status","volumesnapshotcontents/status"]
6763
verbs: ["get", "list", "watch", "update", "patch"]

0 commit comments

Comments
 (0)