zabbix/templates/config
saranf 694162e2a7 Fix ZBX_ALLOW_HTTP_AUTH being ignored in web frontend config
The web config redesign changed the HTTP-auth lookup from
getenv('ZBX_ALLOW_HTTP_AUTH') to env_bool('ALLOW_HTTP_AUTH', true),
dropping the ZBX_ prefix. The entrypoint (php.sh) still sets and exports
ZBX_ALLOW_HTTP_AUTH, and every web image README documents ZBX_ALLOW_HTTP_AUTH,
so the frontend now reads a variable that is never set and always falls back
to the default (true).

As a result, setting ZBX_ALLOW_HTTP_AUTH=false no longer disables HTTP
authentication in the frontend. Restore the documented variable name.
2026-07-06 20:34:24 +09:00
..
agent Updated docker entrypoint structure. Using libraries for common functions 2026-04-03 21:16:40 +09:00
agent2 Updated docker entrypoint structure. Using libraries for common functions 2026-04-03 21:16:40 +09:00
proxy Prepare to remove supervisord 2026-04-13 21:28:21 +09:00
server Prepare to remove supervisord 2026-04-13 21:28:21 +09:00
snmptraps Updated docker entrypoint structure. Using libraries for common functions 2026-04-03 21:16:40 +09:00
web Fix ZBX_ALLOW_HTTP_AUTH being ignored in web frontend config 2026-07-06 20:34:24 +09:00
web_service Updated docker entrypoint structure. Using libraries for common functions 2026-04-03 21:16:40 +09:00