gitlab-org--gitlab-foss/changelogs/unreleased/48717-rate-limit-raw-controller-show.yml
Mayra Cabrera 3cefc5d7df Add RateLimiter to RawController
* Limits raw requests to 300 per minute and per raw path.
* Add a new attribute to ApplicationSettings so user can change this
value on their instance.
* Uses Gitlab::ActionRateLimiter to limit the raw requests.
* Add a new method into ActionRateLimiter to log the event into auth.log

Related to https://gitlab.com/gitlab-org/gitlab-ce/issues/48717
2019-07-24 19:49:31 +00:00

5 lines
108 B
YAML

---
title: Add Rate Request Limiter to RawController#show endpoint
merge_request: 30635
author:
type: added