• Stan Hu's avatar
    Disable the Sidekiq Admin Rack session · 4442972b
    Stan Hu authored
    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
    4442972b
sh-disable-sidekiq-session.yml 94 Bytes