Skip to content

Commit

Permalink
Disable mission control basic auth
Browse files Browse the repository at this point in the history
  • Loading branch information
miharekar committed Dec 6, 2024
1 parent 99a353b commit 5383f56
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,6 @@ class Application < Rails::Application
config.exceptions_app = routes
config.log_tags = {request_id: :request_id, ip: :remote_ip}
config.logger = ActiveSupport::TaggedLogging.logger($stdout)
config.mission_control.jobs.http_basic_auth_enabled = false
end
end

0 comments on commit 5383f56

Please sign in to comment.