Browse Source

Disables the RestrictedExtensions_URIPATH rule for Cust SH

Interferes with viewing search.log

To be tagged v4.0.13
Fred Damstra [afs macbook] 3 years ago
parent
commit
11b3274b01
1 changed files with 4 additions and 0 deletions
  1. 4 0
      base/splunk_servers/customer_searchhead/waf.tf

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

@@ -12,6 +12,10 @@ module "waf" {
     #    keys(module.public_dns_record_cust-auth-elb.forward),
   )
 
+  excluded_rules_AWSManagedRulesCommonRuleSet = [
+    "SizeRestrictions_BODY",
+    "RestrictedExtensions_URIPATH"
+  ]
 
   # These are passed through and should be the same for module
   tags = merge(var.standard_tags, var.tags)