Skip to content

WIP: 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-ee/issues/6868

Does this MR meet the acceptance criteria?

Closes #6868 (moved)

Merge request reports