chore(haproxy,terraform): harden haproxy stats and pin incus provider

- Add maxconn limit and HTTP timeouts to mitigate slowloris attacks
- Restrict stats endpoint to internal LAN and localhost only
- Hide HAProxy version on stats page
- Pin Incus Terraform provider to ~> 1.0 for stability
This commit is contained in:
2026-06-09 22:52:23 -04:00
parent 35061e3b6d
commit 2f5a15eef5
2 changed files with 11 additions and 1 deletions

View File

@@ -4,6 +4,7 @@ terraform {
required_providers {
incus = {
source = "lxc/incus"
version = "~> 1.0"
}
}
}