Skip to content

Allow sidekiq admin requests, regardless of root

What does this MR do?

Gitlab::::Middleware::ReadOnly::Controller#sidekiq_route? checks for sidekiq admin requests but failed to take into consideration if the GitLab installation was mounted at anything other than /, e.g. /gitlab.

What are the relevant issue numbers?

https://gitlab.com/gitlab-org/gitlab-ce/issues/56309

Does this MR meet the acceptance criteria?

Closes #56309 (closed)

Edited by Ash McKenzie

Merge request reports