Skip to content

Commit

Permalink
update rbac for targetgrouppolicies and vpcassociationpolicies
Browse files Browse the repository at this point in the history
  • Loading branch information
mikhail-aws committed Nov 20, 2023
1 parent aaf71da commit 71dda8f
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions config/rbac/cluster-role-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,7 @@ rules:
- patch
- update
- watch

- apiGroups:
- application-networking.k8s.aws
resources:
Expand All @@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit 71dda8f

Please sign in to comment.