mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-07 21:30:36 -05:00
[GH-ISSUE #2781] 1.17.0 installer doesn't enable middleware when CrowdSec is selected #10997
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @romich on GitHub (Apr 4, 2026).
Original GitHub issue: https://github.com/fosrl/pangolin/issues/2781
Describe the Bug
CrowdSec middleware is defined, but not enabled for
websecureentrypoint.Maybe due to this commit:
dbafffe73dEnvironment
To Reproduce
Answer "yes" to CrowdSec.
Expected Behavior
CrowdSec rules are enforced.
@oschwartz10612 commented on GitHub (Apr 4, 2026):
Fixed in the updated installer. Thanks for letting me know