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

feat: support AWS chain credentials for s3 storage providers #1250

Merged
merged 6 commits into from
Oct 13, 2024

Conversation

lachlan-smith
Copy link
Contributor

@lachlan-smith lachlan-smith commented Oct 7, 2024

Motivation and Context

This fixes the issue described in #1249 by using a minio credential chain. This allows multiple credential providers to be configured which minio will attempt to use in the order provided.

It appears this section of the code base lacks tests, so I haven't added any.

TODO

@StarpTech
Copy link
Contributor

Hi @lachlan-smith, thank you for the PR! Great addition!

router/pkg/routerconfig/s3/client.go Show resolved Hide resolved
router/pkg/routerconfig/s3/client.go Show resolved Hide resolved
router/pkg/routerconfig/s3/client.go Show resolved Hide resolved
Copy link
Contributor

@StarpTech StarpTech left a comment

Choose a reason for hiding this comment

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

LGTM

@StarpTech StarpTech changed the title fix: use chain credentials for routers minio client feat: support chain credentials for s3 storage providers Oct 13, 2024
@StarpTech StarpTech changed the title feat: support chain credentials for s3 storage providers feat: support AWS chain credentials for s3 storage providers Oct 13, 2024
@StarpTech StarpTech merged commit 5d67c4b into wundergraph:main Oct 13, 2024
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants