mirror of
https://github.com/maxlerebourg/crowdsec-bouncer-traefik-plugin.git
synced 2026-07-21 11:38:59 +02:00
* Do not validate Crowdsec LAPI key and TLS authentication if bouncer is in AppSec mode * Add extra validation checks for lapiKey or appsecKey definition * Fix linting on changed error message * Update configuration.go - Show paramName in validateParamsApiKey - Remove check for empty appsecKey or lapiKey (LAPI can have TLS auth) - Remove check for emptry appsecKey if CrowdsecMode is Appsec * Update configuration_test.go after updated validateParamsAPIKey