Skip to content

Commit

Permalink
PLT-585: Override size requirement WAF rule (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
gfreeman-navapbc authored Sep 5, 2024
1 parent 18642f1 commit 0fd67da
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions terraform/modules/firewall/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,14 @@ resource "aws_wafv2_web_acl" "this" {
count {}
}
}

# Override for size requirements of requests, this is set at 8kb which is too small for some acceptable requests
rule_action_override {
name = "SizeRestrictions_BODY"
action_to_use {
count {}
}
}
}
}

Expand Down

0 comments on commit 0fd67da

Please sign in to comment.