Rack::Attack not configurable in GitLab CE Omnibus
Created by: arun-instructor
I am using GitLab as an API only through cURL. The issue is that all requests are coming from the same IP (my server) and Rack::Attack is blocking the requests after 10 of them.
I don't see a way to either turn off or alter the protected_paths in /etc/gitlab/gitlab.rb. If I try to alter /var/opt/gitlab/gitlab-rails/etc/rack_attack.rb directly it gets reset on reconfigure.