disable owasp rules for everyone as it is too false positiv-y [ci skip]
This commit is contained in:
parent
e19a447805
commit
3cea41106c
1 changed files with 1 additions and 1 deletions
|
|
@ -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) : ""}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue