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 applications running on Kubernetes #128

Open
thiagosalvatore opened this issue Jun 28, 2022 · 0 comments
Open

Support for applications running on Kubernetes #128

thiagosalvatore opened this issue Jun 28, 2022 · 0 comments

Comments

@thiagosalvatore
Copy link

We’ve been using AioDynamo for a while in my current company. The existing credentials work pretty well with ECS and EC2 machines. However, when running inside a Kubernetes cluster (like EKS), the metadata from the EC2 instance is not available and we don’t have the credentials from AWS as environment variables because our pod basically assumes a role on AWS. We also don’t have a file with credentials or anything like that. That said, we needed a way to fetch the credentials from AWS that our pod has, and luckily AWS offers us a way to do that by calling get_credentials.

I opened a PR with the fix that we've been using here for a while now:
#127

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant