-
-
Notifications
You must be signed in to change notification settings - Fork 608
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rate limit deactivating pending authzs (#7835)
When a client deactivates a pending authorization, count that towards their FailedAuthorizationsPerDomainPerAccount and FailedAuthorizationsForPausingPerDomainPerAccount rate limits. This should help curb the few clients which constantly create new orders and authzs, deactivate those pending authzs preventing reuse of them or their orders, and then rinse and repeat. Fixes #7834
- Loading branch information
1 parent
53f3cb9
commit 7791262
Showing
2 changed files
with
88 additions
and
9 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
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