Skip to content

Commit

Permalink
fix: ignore WordPress password GET requests (#1346)
Browse files Browse the repository at this point in the history
Update the CloudWatch `error` metric filter to ignore all
password reset requests that include the word `error`.
  • Loading branch information
patheard authored Jul 21, 2023
1 parent 091676d commit fe62548
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infrastructure/terragrunt/aws/alarms/locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ locals {
wordpress_errors_skip = [
"AH01276",
"AH01630",
"action=lostpassword&error=invalidkey",
"action=lostpassword&error",
"GET /notification-gc-notify/wp-json/wp/v2/pages",
]
wordpress_warnings = [
Expand Down

0 comments on commit fe62548

Please sign in to comment.