This commit adds a new rate limit to restrict the number of outstanding pending orders per account. If the threshold for this rate limit is crossed subsequent new-order requests will return a 429 response. Note: Since this the rate limit object itself defines an `Enabled()` test based on whether or not it has been configured there is **not** a feature flag for this change. Resolves https://github.com/letsencrypt/boulder/issues/3246 |
||
|---|---|---|
| .. | ||
| rate-limits.go | ||
| rate-limits_test.go | ||