gitlab-org--gitlab-foss/app/controllers/health_check_controller.rb
Pawel Chojnacki 18521584bd Remove the need to use health check token
in favor of whitelist that will be used to
control the access to monitoring resources
2017-07-05 00:46:11 +02:00

3 lines
115 B
Ruby

class HealthCheckController < HealthCheck::HealthCheckController
include RequiresWhitelistedMonitoringClient
end