HCL-TECH-SOFTWARE / connections-automation

Deployment and upgrade automation scripts for HCL Connections 7.0 based on Ansible

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Enforce basic authentication for haproxy stat page

marde16 opened this issue · comments

Please add stats auth {{__haproxy_username}}:{{__haproxy_password}} in the section "frontend http_stats" (and the necessary vars in the var file), because everyone who know and has access to the HAProxy stat page can put servers into maintenance mode or drain traffic from them wihtout authentication.

frontend http_stats
bind *:8080
mode http
stats uri /haproxy?stats

more information Exploring the HAProxy Stats Page (What You Should Know)

Hi Martin, thank you for the feedback. An internal ticket has been created and will be review by the squad