Skip to content

Commit aeb5d7f

Browse files
authored
fix: Remove "autoscaling:UpdateAutoScalingGroup" permission from cluster-autoscaler IRSA (#357)
1 parent 3cd8f1a commit aeb5d7f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

modules/iam-role-for-service-accounts-eks/policies.tf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,7 @@ data "aws_iam_policy_document" "cluster_autoscaler" {
7474
content {
7575
actions = [
7676
"autoscaling:SetDesiredCapacity",
77-
"autoscaling:TerminateInstanceInAutoScalingGroup",
78-
"autoscaling:UpdateAutoScalingGroup",
77+
"autoscaling:TerminateInstanceInAutoScalingGroup"
7978
]
8079

8180
resources = ["*"]

0 commit comments

Comments
 (0)