-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #41719 from drewtul/f-add-ja34-rate-limits
[Enhancement] Add support for JA3 and JA4 Fingerprint in WebACL rate limits and JA4 support for matching
- Loading branch information
Showing
6 changed files
with
526 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
```release-note:enhancement | ||
resource/aws_wafv2_web_acl: Add `ja3_fingerprint` and `ja4_fingerprint` to `custom_key` configuration blocks | ||
``` | ||
|
||
```release-note:enhancement | ||
resource/aws_wafv2_rule_group: Add `ja3_fingerprint` and `ja4_fingerprint` to `custom_key` configuration blocks | ||
``` | ||
|
||
```release-note:enhancement | ||
resource/aws_wafv2_web_acl: Add `ja4_fingerprint` to `field_to_match` configuration blocks | ||
``` | ||
|
||
```release-note:enhancement | ||
resource/aws_wafv2_rule_group: Add `ja4_fingerprint` to `field_to_match` configuration blocks | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.