-
Notifications
You must be signed in to change notification settings - Fork 203
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
Update docker image? #65
Comments
Just saw #61 which would need to be merged first! |
Will have a look and update the docker image. |
Thanks! Since you are on it, would you consider merging #40 as well? We are using using |
This has been fixed in the new commit to master today. I will soon release a new docker image containing the latest code. |
Having IRSA support would be great! Any news on integrating that feature? |
Would like to give this a try with the later |
@abutaha version 1.1 with IRSA works like a charm. Thank you! |
Hi @ojundt , could you help me understand how to run aws-es-proxy in order to get it working with IRSA? I'm struggling a bit to make it run. Are you deploying aws-es-proxy through a YAML manifest via kubectl? Are you using a chart? What parameters do you pass to either of those to make it work? Thanks! |
In case it helps somebody else I managed to get it working on AWS EKS by providing the following environment variables to the aws-es-proxy pod:
The service account needs to be annotated with |
The latest official docker image (
0.9
) appears to be a year old. Since then, theaws-sdk-go
has added support for assuming roles via webtokens. This is necessary in order to runaws-es-proxy
on kubernetes via AWS EKS using the native support for IAM roles.Building against a newer version of
aws-sdk-go
should be enough to support this, I think, so creating a new official image could be a good idea?The text was updated successfully, but these errors were encountered: