Skip to content

Commit 1d88107

Browse files
Merge pull request #2315 from mflendrich/2141-rbac-cleanup
Clean up `ScyllaCluster` GET `ClusterRole`
2 parents 95ab06c + c2dfcbb commit 1d88107

File tree

3 files changed

+0
-27
lines changed

3 files changed

+0
-27
lines changed

deploy/operator.yaml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -27980,15 +27980,6 @@ rules:
2798027980
- list
2798127981
- patch
2798227982
- watch
27983-
# Sidecar no longer fetches ScyllaClusters. Necessary information is provided by the Operator to sidecar via ScyllaDB config or arguments.
27984-
# However, to ensure smooth Operator updates, this cannot be removed earlier than in 1.16.
27985-
# TODO: remove this permission in Operator >=1.16 (https://github.com/scylladb/scylla-operator/issues/2141)
27986-
- apiGroups:
27987-
- scylla.scylladb.com
27988-
resources:
27989-
- scyllaclusters
27990-
verbs:
27991-
- get
2799227983
- apiGroups:
2799327984
- ""
2799427985
resources:

deploy/operator/00_scyllacluster_member_clusterrole_def.yaml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -47,15 +47,6 @@ rules:
4747
- list
4848
- patch
4949
- watch
50-
# Sidecar no longer fetches ScyllaClusters. Necessary information is provided by the Operator to sidecar via ScyllaDB config or arguments.
51-
# However, to ensure smooth Operator updates, this cannot be removed earlier than in 1.16.
52-
# TODO: remove this permission in Operator >=1.16 (https://github.com/scylladb/scylla-operator/issues/2141)
53-
- apiGroups:
54-
- scylla.scylladb.com
55-
resources:
56-
- scyllaclusters
57-
verbs:
58-
- get
5950
- apiGroups:
6051
- ""
6152
resources:

helm/scylla-operator/templates/scyllacluster_member_clusterrole_def.yaml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -47,15 +47,6 @@ rules:
4747
- list
4848
- patch
4949
- watch
50-
# Sidecar no longer fetches ScyllaClusters. Necessary information is provided by the Operator to sidecar via ScyllaDB config or arguments.
51-
# However, to ensure smooth Operator updates, this cannot be removed earlier than in 1.16.
52-
# TODO: remove this permission in Operator >=1.16 (https://github.com/scylladb/scylla-operator/issues/2141)
53-
- apiGroups:
54-
- scylla.scylladb.com
55-
resources:
56-
- scyllaclusters
57-
verbs:
58-
- get
5950
- apiGroups:
6051
- ""
6152
resources:

0 commit comments

Comments
 (0)