fluent / fluent-bit

Fast and Lightweight Logs and Metrics processor for Linux, BSD, OSX and Windows
https://fluentbit.io
Apache License 2.0
5.79k stars 1.57k forks source link

Support AWS pod identity #8550

Open truongnht opened 7 months ago

truongnht commented 7 months ago

Is your feature request related to a problem? Please describe. Current release of fluent-bit (2.2.2) does not support pod identity way of retrieving credentials.

Describe the solution you'd like To use fluent-bit with pod-identity feature, aws sdk needs to be at required minimum version describe here n/a

Describe alternatives you've considered n/a

Additional context n/a

voidlily commented 4 months ago

Still affected on 3.0.4, haven't tested 3.0.6

truongnht commented 4 months ago

If you compare 3.0.4 and 3.0.6, there is no difference in that related area, so it should yield the same result, unfortunately

voidlily commented 4 months ago

https://github.com/fluent/fluent-bit/blob/master/src/aws/flb_aws_credentials_sts.c if i'm reading this right, fluent-bit implements its own AWS SDK in C so it might not be as straightforward as a version bump to implement this

github-actions[bot] commented 1 month ago

This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 5 days. Maintainers can add the exempt-stale label.

voidlily commented 4 weeks ago

https://github.com/fluent/fluent-bit/pull/9206

ohookins commented 3 weeks ago

Super keen to get this supported.