redis_exporter Support basic_auth?
1310208262 opened this issue · 4 comments
redis_exporter Support basic_auth?
Security vulnerability scan failed
You can use a reverse proxy like nginx if you need basic auth.
The connection between nginx and redis_exporter is still not secure enough. Exporters should support basic auth to make sure that unauthorized processes can't connect to them
Note that official exporters (such as node_exporter) already support basic auth
(TLS can do this too, but it's just overkill)
The connection between nginx and redis_exporter is still not secure enough. Exporters should support basic auth to make sure that unauthorized processes can't connect to them
Note that official exporters (such as node_exporter) already support basic auth
(TLS can do this too, but it's just overkill)
Agree.