-
Notifications
You must be signed in to change notification settings - Fork 103
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 IRSA features for EKS #133
Comments
We have an open PR to Logstash for them to use aws-sdk v3 in their plugins (with a version bump). Otherwise, there will be dependency conflicts with logstash plugins if we upgrade to v3. |
Hello! A colleague made the required change in a fork of the logstash-mixin-aws plugin. I used his fork by modifying the Logstash container image:
But then, the installation of the logstash-output-amazon_es plugin fails:
How complicated is it to bump the aws-sdk version and support assuming a role with web identity in the logstash-output-amazon_es plugin? I would love to run Logstash in EKS 😄 |
Looks like IRSA is also supported in v2 of the SDK now. Would just have to bump version to >=2.11.345 according to this page. |
@itssimon supported in a limited capacity in v2, the |
We're coming up on the 2 year birthday of this issue next month. Still no support for IRSA from logstash :( |
This AWS blog post outlines the IAM Roles for Service Accounts feature that is new for EKS.
It appears that the aws-sdk v2 is unlikely to be updated with this functionality and the plugin currently only supports this version. What would be necessary to upgrade to aws-sdk v3?
The text was updated successfully, but these errors were encountered: