Skip to content

Commit

Permalink
Auth-2737 change waf log subscription default behaviour (#1596)
Browse files Browse the repository at this point in the history
* change WAF ACL log config default behaviour DISEC-3686
  • Loading branch information
pskushwaha1 authored May 8, 2024
1 parent 002517b commit fe578f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/terraform/waf-cf.tf
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@ resource "aws_wafv2_web_acl_logging_configuration" "frontend_cloudfront_waf_logg
resource_arn = aws_wafv2_web_acl.frontend_cloudfront_waf_web_acl[0].arn

logging_filter {
default_behavior = "DROP"
default_behavior = "KEEP"

filter {
behavior = "KEEP"
Expand Down
2 changes: 1 addition & 1 deletion ci/terraform/waf.tf
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ resource "aws_wafv2_web_acl_logging_configuration" "frontend_alb_waf_logging_con
resource_arn = aws_wafv2_web_acl.frontend_alb_waf_regional_web_acl.arn

logging_filter {
default_behavior = "DROP"
default_behavior = "KEEP"

filter {
behavior = "KEEP"
Expand Down

0 comments on commit fe578f9

Please sign in to comment.