bouncer key
This commit is contained in:
parent
42aabe048f
commit
e352ec1494
1 changed files with 4 additions and 1 deletions
|
@ -105,7 +105,10 @@ spec:
|
||||||
- name: API_URL
|
- name: API_URL
|
||||||
value: "http://crowdsec-service.security.svc.cluster.local:8080" # crowdsec lapi service-name
|
value: "http://crowdsec-service.security.svc.cluster.local:8080" # crowdsec lapi service-name
|
||||||
- name: API_KEY
|
- name: API_KEY
|
||||||
value: "<API KEY>" # generated with `cscli bouncers add -n <bouncer_name>
|
valueFrom:
|
||||||
|
secretKeyRef:
|
||||||
|
name: nginx-ingress-secrets
|
||||||
|
key: nginx-ingress-bouncer-apikey
|
||||||
- name: BOUNCER_CONFIG
|
- name: BOUNCER_CONFIG
|
||||||
value: "/crowdsec/crowdsec-bouncer.conf"
|
value: "/crowdsec/crowdsec-bouncer.conf"
|
||||||
- name: BAN_TEMPLATE_PATH
|
- name: BAN_TEMPLATE_PATH
|
||||||
|
|
Reference in a new issue