Skip to content

Remove QueryLimiting.disable for API endpoint DELETE /users/:id

What does this MR do?

This is a follow-up from the investigation in #20757 (comment 538819125). Kibana showed over the last 30 days that the endpoint has been well under 100 queries. So, Gitlab::QueryLimiting.disable is no longer needed for this API endpoint.

Screen_Shot_2021-03-30_at_14.27.57

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • [-] Label as security and @ mention @gitlab-com/gl-security/appsec
  • [-] The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • [-] Security reports checked/validated by a reviewer from the AppSec team

Related to #20757 (closed)

Edited by Mayra Cabrera

Merge request reports