mlazarov/supervisord-monitor

[Feature] Authentication to supervisord monitor

jbfarez opened this issue · 4 comments

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

Hi jbfarez,
it is not possible with the current version of supervisord-monitor, but this feature is on top of my todo list.

jbfarez, this functionality is now available in this feature branch:

https://github.com/mlazarov/supervisord-monitor/tree/auth-feat

Auth functionality is now part of the project. Thanks to @stvnwrgs

@mlazarov, yeah great news ! Thanks for this improvement :-)

Cheers