X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/3f7bde601546dc898975fbe7d56957794985fe43..fbe39c0c33a9c9c3451ad6bf8ec4b336e7e3b24f:/apps/workbench/app/controllers/healthcheck_controller.rb 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