-
Notifications
You must be signed in to change notification settings - Fork 266
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 EKS Pod Identity #618
Comments
@waldher would you be keen to you try I have it working but I'm not using EKS Pod Identity but IRSA. Warning There is a PR open but the test suite has not been ran yet (See: #622). Use it at your own risks. |
@sylr Thanks for providing a test image. Unfortunately, it didn't work as simply as I had hoped, as I got the following error:
|
Ok, I found the problem, could you try EDIT: I found another issue that should be fixed in ghcr.io/sylr/litestream:v0.3.13-32-ge7b7cdb |
When trying to use the EKS Pod Identity feature from AWS, we see the following error:
This is due to the fact that according to AWS documentation, this is only supported as of the aws-go-sdk v1.47.11. However, Litestream v0.3.13 uses v1.44.318. Thankfully, this was already patched in the main branch in #475, so all we would need to do is release a new version. No code changes are necessary.
Could we tag a new version off of the main branch, and push a new docker image to https://hub.docker.com/r/litestream/litestream ?
The text was updated successfully, but these errors were encountered: