Skip to content

Commit

Permalink
Update waf.tf (#659)
Browse files Browse the repository at this point in the history
  • Loading branch information
wmoussa-gc authored May 9, 2024
1 parent db9f8cd commit 0a3baea
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion aws/load_balancer/waf.tf
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,11 @@ resource "aws_wafv2_regex_pattern_set" "cognito_login_paths" {
}

regular_expression {
regex_string = "^\\/(api\\/auth\\/(session|csrf))$"
regex_string = "^\\/(api\\/auth\\/csrf)$"
}

regular_expression {
regex_string = "^\\/(?:en|fr)?\\/auth\\/mfa$"
}
}

Expand Down

0 comments on commit 0a3baea

Please sign in to comment.