-
Notifications
You must be signed in to change notification settings - Fork 279
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
patch version bump for aws-java-sdk #354
patch version bump for aws-java-sdk #354
Conversation
b6b5ce9
to
55248a6
Compare
55248a6
to
a300bd5
Compare
|
/create-oss-pr |
Your branch is not currently up-to-date with |
/create-oss-pr |
Your branch is not currently up-to-date with |
After viewing the conflicts I see that @davinchia merged a commit last week that bumped up the Java AWS SDK to a version that should support EKS Pod Identity authentication in k8s pods. |
Your branch is not currently up-to-date with |
I was able to test out using eks pod identity and service accounts to give permissions to the airbyte pods. Simply updated the image tags to 0.64.2+ and it pulled the newer images. |
What
This GitHub Issue for the aws java sdk discusses how version 1.12.746 of the sdk is the first version that supports the EKS pod identity add-on. Seeing how airbyte is moving to kubernetes deployment of it's open source platform, it makes sense for this sdk version to be updated to support EKS pod identity deployments.
How
Simply updating the aws-java-sdk dependency to be on version
1.12.746
will enable support for EKS pod identity to work.This page shows which AWS SDKs and versions support EKS pod identity.
Recommended reading order
Can this PR be safely reverted and rolled back?