Skip to content

Commit

Permalink
feat: Support new mTLS feature in awslb IAM policy (#458)
Browse files Browse the repository at this point in the history
  • Loading branch information
antoineco committed Feb 2, 2024
1 parent cbb39cb commit 452c37f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/iam-role-for-service-accounts-eks/policies.tf
Original file line number Diff line number Diff line change
Expand Up @@ -788,6 +788,7 @@ data "aws_iam_policy_document" "load_balancer_controller" {
"elasticloadbalancing:DescribeTargetGroupAttributes",
"elasticloadbalancing:DescribeTargetHealth",
"elasticloadbalancing:DescribeTags",
"elasticloadbalancing:DescribeTrustStores",
]
resources = ["*"]
}
Expand Down

0 comments on commit 452c37f

Please sign in to comment.