Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for EKS Pod Identity #593

Closed
askulkarni2 opened this issue Jan 25, 2024 · 4 comments
Closed

Support for EKS Pod Identity #593

askulkarni2 opened this issue Jan 25, 2024 · 4 comments
Labels
dependencies Pull requests that update a dependency file documentation Improvements or additions to documentation

Comments

@askulkarni2
Copy link
Contributor

Amazon EKS launched to simplify IAM configuration for pods. In order for AWS Gateway API Controller to support this, it will need to use an AWS SDK version that provides the new credential provider logic available >= v1.47.11.

#554 is somewhat related to this as well.

@solmonk
Copy link
Contributor

solmonk commented Jan 26, 2024

Thanks for reporting this, the sdk version bump has been merged.

I feel like we could also update the docs/deployment instructions with this.

@zijun726911
Copy link
Contributor

zijun726911 commented Jan 26, 2024

That's a good call out. In the controller guidance, it uses the old way eksctl utils associate-iam-oidc-provider to provide IAM permissions for the controller pod.

Instead, It can change to the newer and easier eksctl create podidentityassociation approach (with eks-pod-identity-agent addon) https://eksctl.io/usage/pod-identity-associations/#introduction

We can update the deploy.md doc.

@askulkarni2
Copy link
Contributor Author

I am happy to help with the doc if needed, let me know.

@solmonk solmonk added documentation Improvements or additions to documentation dependencies Pull requests that update a dependency file labels Jan 29, 2024
@zijun726911
Copy link
Contributor

#630 Added in the Pod Identity. Feel free the reopen it if you think that new doc don't work for you

=== "Pod Identities (recommended)"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

3 participants