From 71dda8f75336d51ef9ee21df8f53ee0ac755b4e0 Mon Sep 17 00:00:00 2001 From: Mikhail Berezovskiy Date: Mon, 20 Nov 2023 12:24:34 -0800 Subject: [PATCH] update rbac for targetgrouppolicies and vpcassociationpolicies --- config/rbac/cluster-role-controller.yaml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/config/rbac/cluster-role-controller.yaml b/config/rbac/cluster-role-controller.yaml index 9d0d3716..acdea7cd 100644 --- a/config/rbac/cluster-role-controller.yaml +++ b/config/rbac/cluster-role-controller.yaml @@ -276,6 +276,7 @@ rules: - patch - update - watch + - apiGroups: - application-networking.k8s.aws resources: @@ -294,6 +295,15 @@ rules: - targetgrouppolicies/finalizers verbs: - update +- apiGroups: + - application-networking.k8s.aws + resources: + - targetgrouppolicies/status + verbs: + - get + - patch + - update + - apiGroups: - application-networking.k8s.aws resources: @@ -312,6 +322,15 @@ rules: - vpcassociationpolicies/finalizers verbs: - update +- apiGroups: + - application-networking.k8s.aws + resources: + - vpcassociationpolicies/status + verbs: + - get + - patch + - update + - apiGroups: - application-networking.k8s.aws resources: