Skip to content
This repository was archived by the owner on Apr 25, 2024. It is now read-only.

Commit db0f8c4

Browse files
committed
fix aws policy to make sure the current version is working
1 parent 5e8c2db commit db0f8c4

File tree

1 file changed

+2
-10
lines changed
  • 04-path-security-and-networking/405-ingress-controllers

1 file changed

+2
-10
lines changed

04-path-security-and-networking/405-ingress-controllers/readme.adoc

+2-10
Original file line numberDiff line numberDiff line change
@@ -296,11 +296,7 @@ kube-aws-ingress-controller, which we will use:
296296
"Action": [
297297
"acm:ListCertificates",
298298
"acm:DescribeCertificate",
299-
"autoscaling:DescribeAutoScalingGroups",
300-
"autoscaling:AttachLoadBalancers",
301-
"autoscaling:DetachLoadBalancers",
302-
"autoscaling:DetachLoadBalancerTargetGroups",
303-
"autoscaling:AttachLoadBalancerTargetGroups",
299+
"autoscaling:*",
304300
"cloudformation:*",
305301
"elasticloadbalancing:*",
306302
"elasticloadbalancingv2:*",
@@ -333,11 +329,7 @@ and add this to your node policy:
333329
"Action": [
334330
"acm:ListCertificates",
335331
"acm:DescribeCertificate",
336-
"autoscaling:DescribeAutoScalingGroups",
337-
"autoscaling:AttachLoadBalancers",
338-
"autoscaling:DetachLoadBalancers",
339-
"autoscaling:DetachLoadBalancerTargetGroups",
340-
"autoscaling:AttachLoadBalancerTargetGroups",
332+
"autoscaling:*",
341333
"cloudformation:*",
342334
"elasticloadbalancing:*",
343335
"elasticloadbalancingv2:*",

0 commit comments

Comments
 (0)