Skip to content

Disable Rack Attack throttling if admin disables it in config file

Stan Hu requested to merge stanhu/omnibus-gitlab:disable-rack-attack into master

While diagnosing a customer issue (https://gitlab.zendesk.com/agent/tickets/21574), the support team tried to disable Rack Attack to no avail. The Grack::Auth module in GitLab CE paid attention to this setting, but the throttling code did not.

Merge request reports