Implement rate limiting for the API endpoint
This will throw a 429 if haproxy tracks more than 10 req/s to /api/
from the same client ip address.
Closes https://gitlab.com/gitlab-com/infrastructure/issues/1469
/cc @pcarranza @jtevnan
This will throw a 429 if haproxy tracks more than 10 req/s to /api/
from the same client ip address.
Closes https://gitlab.com/gitlab-com/infrastructure/issues/1469
/cc @pcarranza @jtevnan