mirror of
https://github.com/maxlerebourg/crowdsec-bouncer-traefik-plugin.git
synced 2026-02-05 00:23:42 +01:00
* 🐛 fix start up config error for appsec * :doc: add documentation on appsec variables and missing conf parameter * 🍱 fix lint * 🍱 fix lint * 🍱 fix lint * 🍱 fix after lot of tests * update exemple tls with new variables tested * fix exemple appsec with release and not localplugin --------- Co-authored-by: mhx <mathieu@hanotaux.fr>
13 lines
290 B
YAML
13 lines
290 B
YAML
filenames:
|
|
- /var/log/traefik/access.log
|
|
labels:
|
|
type: traefik
|
|
---
|
|
listen_addr: 0.0.0.0:7422
|
|
appsec_config: crowdsecurity/virtual-patching
|
|
name: myAppSecComponent
|
|
source: appsec
|
|
labels:
|
|
type: appsec
|
|
cert_file: /etc/crowdsec/certs/server.pem
|
|
key_file: /etc/crowdsec/certs/server-key.pem |