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

feat: Adding support of Pod Identities to iam-role-for-service-accounts-eks #475

Closed vlasov-y closed 5 months ago

vlasov-y commented 5 months ago

Description

Added statement to assume role policy with "pods.eks.amazonaws.com". Added pod_identity_associations variable and aws_eks_pod_identity_association.this resource.

Motivation and Context

There were no option to create a proper assume role policy and associations for Pod Identities to work. Now it is.

Breaking Changes

No breaking changes. Backward compatible.

How Has This Been Tested?

bryantbiggs commented 5 months ago

thank you, but this is already supported here https://github.com/terraform-aws-modules/terraform-aws-eks-pod-identity

github-actions[bot] commented 4 months ago

I'm going to lock this pull request 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 related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.