Skip to content

Commit d19df3e

Browse files
committed
chore(integration): modify IAM policy for aws-load-balancer-controller
Add support for capacity unit reservation for load balancers kubernetes-sigs/aws-load-balancer-controller#3950
1 parent a9615c0 commit d19df3e

File tree

1 file changed

+7
-2
lines changed
  • labs/integrations/aws-load-balancer-controller

1 file changed

+7
-2
lines changed

labs/integrations/aws-load-balancer-controller/policy.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
"ec2:DescribeTags",
3030
"ec2:GetCoipPoolUsage",
3131
"ec2:DescribeCoipPools",
32+
"ec2:GetSecurityGroupsForVpc",
3233
"elasticloadbalancing:DescribeLoadBalancers",
3334
"elasticloadbalancing:DescribeLoadBalancerAttributes",
3435
"elasticloadbalancing:DescribeListeners",
@@ -39,7 +40,9 @@
3940
"elasticloadbalancing:DescribeTargetGroupAttributes",
4041
"elasticloadbalancing:DescribeTargetHealth",
4142
"elasticloadbalancing:DescribeTags",
42-
"elasticloadbalancing:DescribeTrustStores"
43+
"elasticloadbalancing:DescribeTrustStores",
44+
"elasticloadbalancing:DescribeListenerAttributes",
45+
"elasticloadbalancing:DescribeCapacityReservation"
4346
],
4447
"Resource": "*"
4548
},
@@ -188,7 +191,9 @@
188191
"elasticloadbalancing:DeleteLoadBalancer",
189192
"elasticloadbalancing:ModifyTargetGroup",
190193
"elasticloadbalancing:ModifyTargetGroupAttributes",
191-
"elasticloadbalancing:DeleteTargetGroup"
194+
"elasticloadbalancing:DeleteTargetGroup",
195+
"elasticloadbalancing:ModifyListenerAttributes",
196+
"elasticloadbalancing:ModifyCapacityReservation"
192197
],
193198
"Resource": "*",
194199
"Condition": {

0 commit comments

Comments
 (0)