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 credentials from AWS default provider chain #7339

Closed
fstehle opened this issue Feb 8, 2024 · 2 comments
Closed

Support for credentials from AWS default provider chain #7339

fstehle opened this issue Feb 8, 2024 · 2 comments

Comments

@fstehle
Copy link

fstehle commented Feb 8, 2024

Is your feature request related to a problem? Please describe.

At the moment you need to configure static access key credentials using an IAM user when you want configure s3 as object storage.
However when already running on AWS instances in EKS, ECS or EC2 already have credentials assigned with a role.

Describe the solution you'd like

The configuration should be extended, that no static credentials are required but the default credentials provider chain of AWS is used when no credentials are provided.

Describe alternatives you've considered

None

Additional context

@56quarters
Copy link
Contributor

56quarters commented Feb 8, 2024

The S3 backend has a flag native_aws_auth_enabled that uses the default SDK provider chain. Does that work for your usecase? Added in this PR #5636

@fstehle
Copy link
Author

fstehle commented Feb 9, 2024

Thanks a lot, will try that

@fstehle fstehle closed this as completed 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 a pull request may close this issue.

2 participants