boulder/ratelimit
Daniel McCarney 0684d5fc73
Add pending orders rate limit to new-order. (#3257)
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
2017-12-04 16:36:48 -05:00
..
rate-limits.go Add pending orders rate limit to new-order. (#3257) 2017-12-04 16:36:48 -05:00
rate-limits_test.go Add certificatesPerName rate limit to integration test (#1940) 2016-06-17 16:10:05 -07:00