disable owasp rules for everyone as it is too false positiv-y [ci skip]

This commit is contained in:
Viktor Barzin 2023-11-18 18:57:04 +00:00
parent e19a447805
commit 3cea41106c

View file

@ -308,7 +308,7 @@ resource "kubernetes_config_map" "ingress_nginx_controller" {
data = {
allow-snippet-annotations = true
enable-modsecurity = true
enable-owasp-modsecurity-crs = true
enable-owasp-modsecurity-crs = false
modsecurity-snippet : <<-EOT
SecRuleEngine On
${var.honeypotapikey != null ? format("%s %s", "SecHttpBlKey", var.honeypotapikey) : ""}