mirror of
https://github.com/maxlerebourg/crowdsec-bouncer-traefik-plugin.git
synced 2026-07-21 11:38:59 +02:00
* 📝 Add initial doc and file structure * 🍱 Add struct for crowdsec * 📝 Update doc install cs * 🚧 Update exemple, add traefik settings * 📝 Update doc for kubernetes * 📝 update doc on kubernetes usage * 📝 Add read logs from traefik * 📝 Add read logs from traefik * 📝 Update doc lisibility * 📝 Update doc with new namespace * 📝 Update doc with enable plugin in traefik * 📝 Update doc on kube * 📝 Finish exemple of Kubernetes * 📝 Update after review
20 lines
366 B
YAML
20 lines
366 B
YAML
image:
|
|
tag: v2.9.6
|
|
|
|
logs:
|
|
general:
|
|
level: DEBUG
|
|
access:
|
|
enabled: true
|
|
fields:
|
|
headers:
|
|
defaultmode: keep
|
|
|
|
experimental:
|
|
plugins:
|
|
enabled: true
|
|
|
|
additionalArguments:
|
|
- "--experimental.plugins.bouncer.modulename=github.com/maxlerebourg/crowdsec-bouncer-traefik-plugin"
|
|
- "--experimental.plugins.bouncer.version=v1.1.7-beta1"
|