-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
AUT-2697: Enable rate limiting of frontend urls
Endpoints can be rate limited based on the number of requests in a given time period (number and time period are configurable via tfvars). There are two buckets for rate limiting: - Per-IP: A single IP address can only make the configured number of requests in the configured time period. - Per-Session: A single session (as defined by the `aps` cookie) can only make the configured number of requests in the configured time period.
- Loading branch information
Showing
4 changed files
with
143 additions
and
23 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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