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 getting default credentials in AWS from default provider chain #7338

Closed
wants to merge 1 commit into from

Conversation

fstehle
Copy link

@fstehle fstehle commented Feb 8, 2024

What this PR does

This PR allows automatically getting credentials for the S3 storage when running in AWS.
This supports the default provider chain in the following order:

  1. AWS web identity token file
  2. ECS relative URL
  3. ECS absolute URL
  4. EC2

With this you could automatically inject credentials when running in EKS or ECS.

Which issue(s) this PR fixes or relates to

Fixes #7339

Checklist

  • Tests updated.
  • Documentation added.
  • CHANGELOG.md updated - the order of entries should be [CHANGE], [FEATURE], [ENHANCEMENT], [BUGFIX].
  • about-versioning.md updated with experimental features.

Sorry, something went wrong.

Verified

This commit was signed with the committer’s verified signature.
Julesssss Jules
this allow automatically getting credentials when running in AWS using the default provider chain:
1. AWS web identity token file
2. ECS relative URL
3. ECS absolute URL
4. EC2
@CLAassistant
Copy link

CLAassistant commented Feb 8, 2024

CLA assistant check
All committers have signed the CLA.

@fstehle
Copy link
Author

fstehle commented Feb 9, 2024

Looks like it already supported

@fstehle fstehle closed this Feb 9, 2024
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.

Support for credentials from AWS default provider chain
2 participants