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 b7fc4fd8f0
commit 9bb1a73003
No known key found for this signature in database
GPG key ID: 4056458DBDBF8863
2 changed files with 1 additions and 1 deletions

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) : ""}

Binary file not shown.