You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice to have a submodule for a role to use the new EKS Pod Identities analogous to the iam-assumable-role-with-oidc.
Using EKS pod identities, we no longer have to annotate the service account of the pod with the role's ARN.
Describe alternatives you've considered.
We could maybe extend the existing iam-assumable-role-with-oidc to optionally use pod identities, but I don't think that that is a good solution.
Additional context
I'd be willing to give it a try to implement this, if this is something you would consider integrating.
The text was updated successfully, but these errors were encountered:
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.
Is your request related to a new offering from AWS?
Is this functionality available in the AWS provider for Terraform?
aws_eks_pod_identity_association
.Describe the solution you'd like.
It would be nice to have a submodule for a role to use the new EKS Pod Identities analogous to the
iam-assumable-role-with-oidc
.Using EKS pod identities, we no longer have to annotate the service account of the pod with the role's ARN.
Describe alternatives you've considered.
We could maybe extend the existing
iam-assumable-role-with-oidc
to optionally use pod identities, but I don't think that that is a good solution.Additional context
I'd be willing to give it a try to implement this, if this is something you would consider integrating.
The text was updated successfully, but these errors were encountered: