|
@@ -8,6 +8,11 @@ module "waf" {
|
|
|
resource_arn = aws_alb.portal.arn
|
|
|
fqdns = keys(module.public_dns_record.forward) # first entry in list will be the WAF name
|
|
|
|
|
|
+ excluded_rules_AWSManagedRulesCommonRuleSet = [
|
|
|
+ "SizeRestrictions_BODY",
|
|
|
+ "GenericRFI_BODY", # Blocks portal lambda MSOCI-2060
|
|
|
+ ]
|
|
|
+
|
|
|
# These are passed through and should be the same for module
|
|
|
tags = merge(var.standard_tags, var.tags)
|
|
|
aws_partition = var.aws_partition
|