I am using sidekiq in my rails application.
By Default, Sidekiq can be accessed by anybody by appending “/sidekiq” after the url.
I want to password protect / authenticate only the sidekiq part. How can i do that?
I am using sidekiq in my rails application. By Default, Sidekiq can be accessed
Share
Put the following into your sidekiq initializer
And in the routes file: