Skip to content

Disable the Sidekiq Admin Rack session

Stan Hu requested to merge sh-disable-sidekiq-session into master

GitLab already has its own session store, so this extra Sidekiq session is unnecessary. In addition, the GitLab session store properly sets the Secure flag, unlike the default Rack session.

CSRF protection in the Sidekiq /admin page continues to work with the existing GitLab session.

See https://github.com/mperham/sidekiq/pull/3183 for more details.

Part of #49120

Merge request reports