POST request to /api/v4/container_registry_event/events should not be subject to Rack Attack
We observed that in #327299 (comment 548957055), the enabling of registry notification events with Geo (gitlab-com/gl-infra/k8s-workloads/gitlab-com!777 (merged)) caused an uptick in Rack Attack throttling to unauthenticated endpoints:
This had an unintended side effect of throttling remote YML fetches as well.
We should probably:
- Treat these POST requests as authenticated
- Ensure Rack Attack doesn't throttle them
Edited by Stan Hu

