Skip to content

Commit

Permalink
feat: Update IAM policy for AWS Load Balancer Controller to support L…
Browse files Browse the repository at this point in the history
…istener Attributes (#525)

Co-authored-by: Aleksei Vesnin <[email protected]>
  • Loading branch information
jstewart612 and aleskiontherun authored Oct 4, 2024
1 parent 95c49ef commit 966c4f8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/iam-role-for-service-accounts-eks/policies.tf
Original file line number Diff line number Diff line change
Expand Up @@ -846,6 +846,7 @@ data "aws_iam_policy_document" "load_balancer_controller" {
"elasticloadbalancing:DescribeTargetHealth",
"elasticloadbalancing:DescribeTags",
"elasticloadbalancing:DescribeTrustStores",
"elasticloadbalancing:DescribeListenerAttributes",
]
resources = ["*"]
}
Expand Down Expand Up @@ -1007,6 +1008,7 @@ data "aws_iam_policy_document" "load_balancer_controller" {
"elasticloadbalancing:ModifyTargetGroup",
"elasticloadbalancing:ModifyTargetGroupAttributes",
"elasticloadbalancing:DeleteTargetGroup",
"elasticloadbalancing:ModifyListenerAttributes",
]
resources = ["*"]

Expand Down

0 comments on commit 966c4f8

Please sign in to comment.