]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MEDIUM: map/cli: map/acl commands warn when accessed without admin level
authorWilliam Lallemand <wlallemand@haproxy.com>
Tue, 31 Mar 2026 09:36:08 +0000 (11:36 +0200)
committerWilliam Lallemand <wlallemand@haproxy.com>
Tue, 31 Mar 2026 10:18:26 +0000 (12:18 +0200)
commit25366f6dc16a42148bbaffc8fe35790d159e6c95
tree7da75b02e08d1405e237b7e89acb85f1fbfd5221
parentd47415624b19bd093a7778ba7aea90cd9e813f9d
BUG/MEDIUM: map/cli: map/acl commands warn when accessed without admin level

This commit adds an ha_warning() when map/acl commands are accessed
without admin level. This is to warn users that these commands will be
restricted to admin only in HAProxy 3.3.

Must be backported in every stable branches.

Initially reported by Cameron Brown.
src/map.c