[Feature] Authentication to supervisord monitor
jbfarez opened this issue · 4 comments
jbfarez commented
Hey @mlazarov,
You know, I actually have all my supervisord hosts configured with an authentication on monitor (a basic auth prompted on http connection) :
[inet_http_server]
port=0.0.0.0:9001
username=foo
password=bar
My question is : Is there a way to keep my authentication with supervisord-monitor ?
Thanks.
Cheers
mlazarov commented
Hi jbfarez,
it is not possible with the current version of supervisord-monitor, but this feature is on top of my todo list.
mlazarov commented
jbfarez, this functionality is now available in this feature branch:
https://github.com/mlazarov/supervisord-monitor/tree/auth-feat