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

Add support for IRSA authentication for S3 #694

Merged
merged 2 commits into from
Jul 27, 2024
Merged

Add support for IRSA authentication for S3 #694

merged 2 commits into from
Jul 27, 2024

Conversation

mwylde
Copy link
Member

@mwylde mwylde commented Jul 26, 2024

Adds support for IRSA (IAM Roles for SerivceAccount) authentication for S3. IRSA is a mechanism to tie IAM permissions to a particular service account.

This PR also ensures that we do not recreate the storage provider during the checkpointing and compaction processes and removes some GCS-specific caching infrastructure that is no longer necessary.

Closes #645

@mwylde mwylde merged commit e8af9f5 into master Jul 27, 2024
6 checks passed
@mwylde mwylde deleted the irsa branch July 27, 2024 19:51
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.

Allow to configure worker's IRSA through worker's ServiceAccount annotation
1 participant