diff --git a/.gitignore b/.gitignore index ff4c2c3..6bedc3a 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ secrets.*.yaml credentials *credentials* *.secret +crowdsec_lapi_key diff --git a/traefik/dynamic_conf_node01.yml b/traefik/dynamic_conf_node01.yml index 030b26a..7d9873e 100644 --- a/traefik/dynamic_conf_node01.yml +++ b/traefik/dynamic_conf_node01.yml @@ -79,7 +79,7 @@ http: plugin: crowdsec-bouncer: enabled: true - crowdsecLapiKey: VMCnws/j+9pmsT4YT+t3HzrvX8OhBCwoquwo4NqWJPs + crowdsecLapiKeyFile: /plugins-storage/crowdsec_lapi_key crowdsecLapiHost: crowdsec:8080 crowdsecMode: live diff --git a/traefik/dynamic_conf_node02.yml b/traefik/dynamic_conf_node02.yml index c3fe8ac..3d0a22a 100644 --- a/traefik/dynamic_conf_node02.yml +++ b/traefik/dynamic_conf_node02.yml @@ -79,7 +79,7 @@ http: plugin: crowdsec-bouncer: enabled: true - crowdsecLapiKey: VMCnws/j+9pmsT4YT+t3HzrvX8OhBCwoquwo4NqWJPs + crowdsecLapiKeyFile: /plugins-storage/crowdsec_lapi_key crowdsecLapiHost: 192.168.99.186:8081 crowdsecMode: live