Skip to content

Commit

Permalink
Merge pull request #1491 from alphagov/ianhowell-gds/chat-waf-rule-am…
Browse files Browse the repository at this point in the history
…endment

Change Chat WAF ACL `SizeRestrictions_BODY` from `Block` to `Allow`
  • Loading branch information
ianhowell-gds authored Oct 30, 2024
2 parents 1fcb2fb + e6de8f6 commit 23d1f2b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions terraform/deployments/chat/alb_waf_rules.tf
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,13 @@ resource "aws_wafv2_web_acl" "chat_waf_rules" {
managed_rule_group_statement {
name = "AWSManagedRulesCommonRuleSet"
vendor_name = "AWS"

rule_action_override {
action_to_use {
allow {}
}
name = "SizeRestrictions_BODY"
}
}
}

Expand Down

0 comments on commit 23d1f2b

Please sign in to comment.