Sfoglia il codice sorgente

Merge pull request #400 from mdr-engineering/hotfix/ftd_na_FixWAFTake2

Excludes the SQLi_QUERYARGUMENTS rule from customer SH WAF
Frederick Damstra 3 anni fa
parent
commit
9bb779f5c7
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. 3 0
      base/splunk_servers/customer_searchhead/waf.tf

+ 3 - 0
base/splunk_servers/customer_searchhead/waf.tf

@@ -16,6 +16,9 @@ module "waf" {
     "SizeRestrictions_BODY",
     "RestrictedExtensions_URIPATH"
   ]
+  excluded_rules_AWSManagedRulesSQLiRuleSet = [
+    "SQLi_QUERYARGUMENTS"
+  ]
 
   # These are passed through and should be the same for module
   tags = merge(var.standard_tags, var.tags)