Skip to content

Commit

Permalink
Disable new HTTP basic auth for Mission Control Jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
northeastprince authored Dec 29, 2024
1 parent fd35aa2 commit 19a4db8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ class Application < Rails::Application

config.autoload_lib ignore: %w[assets tasks templates puma]

config.mission_control.jobs.http_basic_auth_enabled = false

config.active_record.encryption.hash_digest_class = OpenSSL::Digest::SHA1
config.active_record.encryption.encrypt_fixtures = true

Expand Down

0 comments on commit 19a4db8

Please sign in to comment.