fluentd icon indicating copy to clipboard operation
fluentd copied to clipboard

Http output bearer token authentication

Open yuvalavidor opened this issue 4 years ago • 3 comments

Is your feature request related to a problem? Please describe.

not related to a problem

Describe the solution you'd like

HTTP output plugin supports only basic authentication would like to see the possibility to authenticate with a bearer token also

Describe alternatives you've considered

no alternative

Additional context

No response

yuvalavidor avatar Dec 30 '21 14:12 yuvalavidor

What do you have in mind? just a simple variant with a fixed token in the config file instead of user/password, or a fully fledged OAuth 2.0 integration? I could add the simple version if that helps.

weh avatar Oct 17 '22 13:10 weh

the simple version will also give some value, since people have been using the password in that matter. these things could get passed as env variables or kubernetes secrets in templates anyways.

yuvalavidor avatar Dec 06 '22 12:12 yuvalavidor

@fujimotos @weh :any update on this feature request. I am in need of this use case. when i use Authentication in custom header header {"Authentication": "BEARER "}, the value gets printed as such without mask in pod logs from fluentd.conf. @yuvalavidor Did you find any alternative or workaround for this usecase?

vara2504 avatar Jan 20 '23 21:01 vara2504