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

new feature: support AWS Container credential provider #4903

Open
1 task
Samrose-Ahmed opened this issue Jul 16, 2024 · 6 comments
Open
1 task

new feature: support AWS Container credential provider #4903

Samrose-Ahmed opened this issue Jul 16, 2024 · 6 comments
Labels
enhancement New feature or request

Comments

@Samrose-Ahmed
Copy link

Samrose-Ahmed commented Jul 16, 2024

Feature Description

via AWS_CONTAINER_CREDENTIALS_RELATIVE_URI environment variable in ECS/container settings: see https://docs.aws.amazon.com/sdkref/latest/guide/feature-container-credentials.html

Problem and Solution

load credentials in ecs environment

Additional Context

No response

Are you willing to contribute to the development of this feature?

  • Yes, I am willing to contribute to the development of this feature.
@Samrose-Ahmed Samrose-Ahmed added the enhancement New feature or request label Jul 16, 2024
@Xuanwo
Copy link
Member

Xuanwo commented Aug 6, 2024

Hi, @Samrose-Ahmed, does this issue related to #4964?

@Samrose-Ahmed
Copy link
Author

Yes it's the same.

@Xuanwo
Copy link
Member

Xuanwo commented Aug 6, 2024

Thank you! I will redirect the discussion here.

@Xuanwo
Copy link
Member

Xuanwo commented Aug 6, 2024

Hi, @Samrose-Ahmed, I expect to add this feature in our next release.

@ChillFish8
Copy link

General question regarding this, would it be a good idea to wrap the AWS SDK with the credentials provider to do this job? This has been my current workaround for this issue and might be a better long-term solution for managing all the various ways you can authenticate with AWS.

@Xuanwo
Copy link
Member

Xuanwo commented Aug 11, 2024

General question regarding this, would it be a good idea to wrap the AWS SDK with the credentials provider to do this job? This has been my current workaround for this issue and might be a better long-term solution for managing all the various ways you can authenticate with AWS.

Thanks for the suggestion. We previously had a discussion here: #139.

The various methods for authentication are limited and rarely change, so we can ultimately support them all. I believe it isn't worth introducing the AWS SDK for authentication.

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

No branches or pull requests

3 participants