7089fbe0d4
In 29644ba1 we configured HTTP basic auth to secure it for now.
6 lines
261 B
Ruby
6 lines
261 B
Ruby
Rails.application.config.before_initialize do
|
|
# We don't want normal tenanted authentication on mission control.
|
|
# Note that we're using HTTP basic auth configured via credentials.
|
|
MissionControl::Jobs.base_controller_class = "ActionController::Base"
|
|
end
|