From b05c800a7d3ac79e8b4203b6958b957a40ef128b Mon Sep 17 00:00:00 2001 From: CyberMind-FR Date: Sun, 8 Feb 2026 11:56:03 +0100 Subject: [PATCH] docs: Update WIP.md with path-based ACL routing Co-Authored-By: Claude Opus 4.5 --- .claude/WIP.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.claude/WIP.md b/.claude/WIP.md index 4ca7c2ae..d28c0f7b 100644 --- a/.claude/WIP.md +++ b/.claude/WIP.md @@ -83,6 +83,14 @@ _Last updated: 2026-02-08 (evening)_ - 9 active backends documented - Wildcard certificate ready for mesh +- **HAProxy Path-Based ACL Routing** — DONE (2026-02-08) + - Added `_add_path_acl()` function to haproxyctl for UCI `acl` sections + - Support for path_beg, path_end, path, path_reg, path_dir match types + - Path ACLs processed before vhost ACLs (higher priority) + - Fixed http_request list handling to avoid duplicate output + - Enables `gk2.secubox.in/evolution` → `streamlit_evolution` routing + - Fixed stale HAProxy process using old config file + ### Just Completed (2026-02-06/08) - **Evolution Dashboard Real-Time Commits** — DONE (2026-02-08)