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

Added support for EKS Pod Identity. #721

Merged
merged 1 commit into from
Aug 29, 2024

Conversation

y-sugawara-acs
Copy link
Contributor

I'd like to use EKS Pod Identity with fog-aws, so added support for it.
This will resolve #718.
Could anyone please review my code?

@stanhu
Copy link
Contributor

stanhu commented Aug 28, 2024

Looks good to me.

I should note that the AWS Ruby SDK has support for EKS Pod Identity for more than a year, which makes me wonder if this gem should start to use the SDK directly.

@geemus Can you review?

@geemus geemus merged commit 4339e6d into fog:master Aug 29, 2024
8 checks passed
@geemus
Copy link
Member

geemus commented Aug 29, 2024

I had been wary of trying to put a different interface on top of the SDK and maintain a consistent interface (as well as meaning our performance would be strictly worse), but there are certainly dowsides to the approach we've taken (including things like this).

@geemus
Copy link
Member

geemus commented Aug 29, 2024

@y-sugawara-acs Thanks!

@geemus
Copy link
Member

geemus commented Aug 29, 2024

Released in v3.25.0.

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.

Add AWS EKS Pod Identity support
3 participants