Browse Source

Fixes Jira upload issue

To be tagged v3.5.10
Brad Poulton 3 years ago
parent
commit
c825c1983a
1 changed files with 5 additions and 0 deletions
  1. 5 0
      base/jira/instance_jira/waf.tf

+ 5 - 0
base/jira/instance_jira/waf.tf

@@ -21,6 +21,11 @@ module "waf" {
     "UNIXShellCommandsVariables_BODY"
   ]
 
+  excluded_rules_AWSManagedRulesCommonRuleSet = [
+    "SizeRestrictions_BODY",
+    "CrossSiteScripting_BODY"
+  ]
+
   # These are passed through and should be the same for module
   tags = merge(var.standard_tags, var.tags)
   aws_partition = var.aws_partition