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
15 lines
409 B
YAML
15 lines
409 B
YAML
apiVersion: traefik.containo.us/v1alpha1
|
|
kind: Middleware
|
|
metadata:
|
|
name: bouncer
|
|
namespace: traefik
|
|
spec:
|
|
plugin:
|
|
bouncer:
|
|
CrowdsecLapiKey: 40796d93c2958f9e58345514e67740e5
|
|
Enabled: "true"
|
|
logLevel: DEBUG
|
|
crowdsecMode: live
|
|
crowdsecLapiHost: crowdsec-service.crowdsec.svc.cluster.local:8080
|
|
crowdsecLapiScheme: http
|