I'm in the process of replacing my old nginx load balancer with HAProxy and I really like the stats dashboard because of the GUI that I can use to put servers into drain or maintenance. My concern, however is that the username and password for this is configured in plaintext in one of the config files. I haven't been able to find any information that would allow me to offload this to another authentication option like LDAP or secure it in a hashed format.
Is there any way to not have this information in plain text in the config?