4 title: Management token
8 Copyright (C) The Arvados Authors. All rights reserved.
10 SPDX-License-Identifier: CC-BY-SA-3.0
13 To enable and collect health checks and metrics, services must be configured with a "management token".
15 Services must have ManagementToken configured. This is used to authorize access monitoring endpoints. If ManagementToken is not configured, monitoring endpoints will return the error @404 disabled@.
17 To access a monitoring endpoint, the requester must provide the HTTP header @Authorization: Bearer (ManagementToken)@.
19 h2. API server and other services
21 The following services also support monitoring.
32 Set @ManagementToken@ in the appropriate section of @/etc/arvados/config.yml@.
36 <span class="userinput">ClusterID</span>:
37 # Token to be included in all healthcheck requests. Disabled by default.
38 # Server expects request header of the format "Authorization: Bearer xxx"