mirror of
https://github.com/fosrl/pangolin.git
synced 2026-07-16 14:47:04 -05:00
[GH-ISSUE #2316] Running installer script to add crowdsec adds httpChallenge back to config #17115
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 @IroesStrongarm on GitHub (Jan 24, 2026).
Original GitHub issue: https://github.com/fosrl/pangolin/issues/2316
Originally assigned to: @oschwartz10612 on GitHub.
Describe the Bug
Installed fresh instance using the installer script. Changed from httpChallenge to dnsChallenge. Ran installer script again to add Crowdsec. traefik_config.yaml was updated to have both the dnsChallenge and httpChallenge sections.
Environment
To Reproduce
Expected Behavior
Not adding httpChallenge if dnsChallenge is present.