Skip to content

Commit 452c37f

Browse files
authored
feat: Support new mTLS feature in awslb IAM policy (#458)
1 parent cbb39cb commit 452c37f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -788,6 +788,7 @@ data "aws_iam_policy_document" "load_balancer_controller" {
788788
"elasticloadbalancing:DescribeTargetGroupAttributes",
789789
"elasticloadbalancing:DescribeTargetHealth",
790790
"elasticloadbalancing:DescribeTags",
791+
"elasticloadbalancing:DescribeTrustStores",
791792
]
792793
resources = ["*"]
793794
}

0 commit comments

Comments
 (0)