Skip to content

Add support for EKS Pod Identity#748

Open
zfrank wants to merge 1 commit intoJuliaCloud:masterfrom
zfrank:pod-identity
Open

Add support for EKS Pod Identity#748
zfrank wants to merge 1 commit intoJuliaCloud:masterfrom
zfrank:pod-identity

Conversation

@zfrank
Copy link

@zfrank zfrank commented Jan 18, 2026

We're running Julia applications in AWS EKS and use Pod Identity to grant access to AWS services (as recommended by AWS). This works for programs using the official AWS SDK but not for AWS.jl. This PR adds support for it.

In order to work with EKS Pod Identity, applications should use the credentials defined in a file. This file is injected into the Pod by the pod-identity-agent, which also inserts the location of the file via an environment variable. See more details here and here

This feature was added to botocore a while ago: boto/botocore#3044

@zfrank
Copy link
Author

zfrank commented Feb 25, 2026

This MR was opened one month ago. Is there something else I need to do in order to proceed with the review? I looked for contributing guidelines in this repository but I didn't find any.

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

Successfully merging this pull request may close these issues.

1 participant