Skip to content

Commit 1183a9b

Browse files
committed
chore(rbac): caching cluster unstructured data
Signed-off-by: Dario Tranchitella <[email protected]>
1 parent a56c298 commit 1183a9b

File tree

2 files changed

+20
-4
lines changed

2 files changed

+20
-4
lines changed

config/control-plane-components.yaml

+10-2
Original file line numberDiff line numberDiff line change
@@ -13341,11 +13341,19 @@ rules:
1334113341
- hetznerclusters
1334213342
- ionoscloudclusters
1334313343
- kubevirtclusters
13344-
- kubevirtclusters/status
1334513344
- nutanixclusters
13346-
- nutanixclusters/status
1334713345
- openstackclusters
1334813346
- packetclusters
13347+
verbs:
13348+
- get
13349+
- list
13350+
- patch
13351+
- watch
13352+
- apiGroups:
13353+
- infrastructure.cluster.x-k8s.io
13354+
resources:
13355+
- kubevirtclusters/status
13356+
- nutanixclusters/status
1334913357
- packetclusters/status
1335013358
verbs:
1335113359
- patch

config/rbac/role.yaml

+10-2
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,19 @@ rules:
5656
- hetznerclusters
5757
- ionoscloudclusters
5858
- kubevirtclusters
59-
- kubevirtclusters/status
6059
- nutanixclusters
61-
- nutanixclusters/status
6260
- openstackclusters
6361
- packetclusters
62+
verbs:
63+
- get
64+
- list
65+
- patch
66+
- watch
67+
- apiGroups:
68+
- infrastructure.cluster.x-k8s.io
69+
resources:
70+
- kubevirtclusters/status
71+
- nutanixclusters/status
6472
- packetclusters/status
6573
verbs:
6674
- patch

0 commit comments

Comments
 (0)