Skip to content

Commit

Permalink
fix: Sync Karpenter IAM permissions with upstream (#3517)
Browse files Browse the repository at this point in the history
Sync Karpenter IAM permissions with upstream

Signed-off-by: Erez Zarum <erezz@amazon.com>
  • Loading branch information
Erez Zarum authored and GitHub committed Sep 16, 2025
1 parent 0b29f2b commit c8bb152
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/karpenter/policy.tf
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ data "aws_iam_policy_document" "controller" {
sid = "AllowRegionalReadActions"
resources = ["*"]
actions = [
"ec2:DescribeCapacityReservations",
"ec2:DescribeAvailabilityZones",
"ec2:DescribeImages",
"ec2:DescribeInstances",
Expand Down

0 comments on commit c8bb152

Please sign in to comment.