本文介绍了带有基本Authenticatoin的http的Fluentd插件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
在Fluentd中,有什么方法可以使用基本身份验证来处理http请求?还是任何in_http
插件扩展?
Is there any way to handle http request with basic authentication in Fluentd? Or any in_http
plugin extension for that?
推荐答案
一种实现方法是将nginx用作进行身份验证的反向代理,然后将呼叫转发给fluentd.
One way of doing it is putting nginx as a reverse proxy that does the authentication and then forwards the call to fluentd.
这篇关于带有基本Authenticatoin的http的Fluentd插件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!