X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/ed27ef88210f7fd23f0eafc55a44babd5f6c55fe..1471ad4b235e168ccee4fa351b0025b2b380d7ac:/apps/workbench/app/controllers/healthcheck_controller.rb?ds=sidebyside diff --git a/apps/workbench/app/controllers/healthcheck_controller.rb b/apps/workbench/app/controllers/healthcheck_controller.rb index 8cf6b93b51..60043d9024 100644 --- a/apps/workbench/app/controllers/healthcheck_controller.rb +++ b/apps/workbench/app/controllers/healthcheck_controller.rb @@ -16,7 +16,7 @@ class HealthcheckController < ApplicationController before_filter :check_auth_header def check_auth_header - mgmt_token = Rails.configuration.management_token + mgmt_token = Rails.configuration.ManagementToken auth_header = request.headers['Authorization'] if !mgmt_token