Skip to content

Commit 86a7f42

Browse files
committed
fix: x-origin-verify 마스킹 처리
1 parent b08b672 commit 86a7f42

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

terraform/common/main.tf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,9 @@ resource "aws_cloudwatch_log_group" "waf_logs" {
7474
resource "aws_wafv2_web_acl_logging_configuration" "this" {
7575
log_destination_configs = [trimsuffix(aws_cloudwatch_log_group.waf_logs.arn, ":*")]
7676
resource_arn = module.waf.web_acl_arn
77+
redacted_fields {
78+
single_header {
79+
name = "x-origin-verify"
80+
}
81+
}
7782
}

0 commit comments

Comments
 (0)