terraform-aws-modules / terraform-aws-iam

Terraform module to create AWS IAM resources 🇺🇦
https://registry.terraform.io/modules/terraform-aws-modules/iam/aws
Apache License 2.0
779 stars 985 forks source link

[iam-role-for-service-accounts-eks]: new IAM policy action required for aws-load-balancer-controller v2.7.0 #457

Closed antoineco closed 7 months ago

antoineco commented 7 months ago

Is your request related to a problem? Please describe.

A new feature was added to aws-load-balancer-controller in v2.7.0: mutual TLS authentication support for Ingress.

This feature requires a new IAM policy permission: elasticloadbalancing:DescribeTrustStores.

Describe the solution you'd like.

The action can be added to the existing "load_balancer_controller" aws_iam_policy_document:

https://github.com/terraform-aws-modules/terraform-aws-iam/blob/cbb39cb23a8182d3864b5d21e94bc289be8a17c5/modules/iam-role-for-service-accounts-eks/policies.tf#L788-L793

Describe alternatives you've considered.

Additional context

antonbabenko commented 7 months ago

This issue has been resolved in version 5.34.0 :tada:

github-actions[bot] commented 6 months ago

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.