Skip to content

Commit

Permalink
fix: Remove "autoscaling:UpdateAutoScalingGroup" permission from cl…
Browse files Browse the repository at this point in the history
…uster-autoscaler IRSA (#357)
  • Loading branch information
blanchardma authored May 5, 2023
1 parent 3cd8f1a commit aeb5d7f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions modules/iam-role-for-service-accounts-eks/policies.tf
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,7 @@ data "aws_iam_policy_document" "cluster_autoscaler" {
content {
actions = [
"autoscaling:SetDesiredCapacity",
"autoscaling:TerminateInstanceInAutoScalingGroup",
"autoscaling:UpdateAutoScalingGroup",
"autoscaling:TerminateInstanceInAutoScalingGroup"
]

resources = ["*"]
Expand Down

0 comments on commit aeb5d7f

Please sign in to comment.