disable crowdsec due to FP and difficulties in configuring [ci skip]
This commit is contained in:
parent
11cefafd94
commit
8bc8d6281c
1 changed files with 2 additions and 1 deletions
|
|
@ -325,7 +325,8 @@ resource "kubernetes_config_map" "ingress_nginx_controller" {
|
|||
setvar:tx.block_harvester_ip=1,\
|
||||
setvar:tx.block_spammer_ip=1"
|
||||
EOT
|
||||
plugins = "crowdsec"
|
||||
# plugins = "crowdsec"
|
||||
plugins = ""
|
||||
lua-shared-dicts = "crowdsec_cache: 50m"
|
||||
server-snippet : <<-EOT
|
||||
lua_ssl_trusted_certificate "/etc/ssl/certs/ca-certificates.crt"; # Captcha
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue