Skip to content

Support EKS container credentials (EKS Pod Identity)#212

Open
FurqanHabibi wants to merge 1 commit into
masterfrom
eks-pod-identity
Open

Support EKS container credentials (EKS Pod Identity)#212
FurqanHabibi wants to merge 1 commit into
masterfrom
eks-pod-identity

Conversation

@FurqanHabibi

@FurqanHabibi FurqanHabibi commented Jun 9, 2026

Copy link
Copy Markdown
Contributor

Reference : https://docs.aws.amazon.com/sdkref/latest/guide/feature-container-credentials.html

The main difference between EKS and ECS container credentials is that EKS provides AWS_CONTAINER_AUTHORIZATION_TOKEN_FILE while ECS provides AWS_CONTAINER_AUTHORIZATION_TOKEN. Other than that EKS also provides AWS_CONTAINER_CREDENTIALS_FULL_URI which is already covered by existing code.

I haven't added any test. It seems like the existing ECS container credentials doesn't have test either. Let me know if I should add a test.

Note that I've tested this and it's currently being used on my own EKS cluster.

@FurqanHabibi FurqanHabibi requested review from lujamitch and ojii June 9, 2026 04:19
@FurqanHabibi FurqanHabibi self-assigned this Jun 9, 2026
@FurqanHabibi FurqanHabibi changed the title Support EKS container credential (EKS Pod Identity) Support EKS container credentials (EKS Pod Identity) Jun 9, 2026
@FurqanHabibi FurqanHabibi requested a review from hanscg June 9, 2026 04:29

@lujamitch lujamitch left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM
I'm not sure if it's okay to merge this straight into master though. Maybe it's fine 🤔

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.

3 participants