We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a92fc3a commit f3dd84dCopy full SHA for f3dd84d
infrastructure/stacks/api-layer/waf.tf
@@ -50,15 +50,6 @@ resource "aws_wafv2_web_acl" "api_gateway" {
50
managed_rule_group_statement {
51
vendor_name = "AWS"
52
name = "AWSManagedRulesCommonRuleSet"
53
-
54
- # Exclude rules that might cause false positives for healthcare APIs
55
- # Uncomment and adjust based on your monitoring results
56
- # rule_action_override {
57
- # name = "SizeRestrictions_BODY"
58
- # action_to_use {
59
- # count {}
60
- # }
61
62
}
63
64
0 commit comments