-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
AWS authentication broken in fluent-bit 1.8.8 #4388
Comments
Tried using
still getting the same errors:
|
Hi @ts3ng This issue is resolved in 1.8.9. If you would like to stick with 1.8.8, you may need to set hop count limit to 2 on you instance as described in the issue. |
As this is solved in 1.8.9 I'm going to close this issue |
We have a configuration to send logging events to splunk that works up till fluent-bit 1.8.7. In 1.8.8 we are seeing failures using s3 output.
We used the following configurations to log to s3:
working in fluent-bit 1.8.7
seeing failures in fluent-bit 1.8.8
In our kubernetes environment we use https://github.com/jtblin/kube2iam for our pods to inherit roles and allow access to s3 buckets without having to pass the role_arn. Seems like the 1.8.8 AWS lib changes this has broken the authentication functionality.
The text was updated successfully, but these errors were encountered: