X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/95e5ccacf6c1193b313fa90a6d39baafa2ba67d8..2be95ce7f069d9eb131b0d2d922a5e556f75810c:/doc/admin/management-token.html.textile.liquid diff --git a/doc/admin/management-token.html.textile.liquid b/doc/admin/management-token.html.textile.liquid index 5380f38f9c..881227b3fa 100644 --- a/doc/admin/management-token.html.textile.liquid +++ b/doc/admin/management-token.html.textile.liquid @@ -16,17 +16,6 @@ Services must have ManagementToken configured. This is used to authorize access To access a monitoring endpoint, the requester must provide the HTTP header @Authorization: Bearer (ManagementToken)@. -h2. API server - -Set @ManagementToken@ in the appropriate section of @application.yml@ - -
-production:
-  # Token to be included in all healthcheck requests. Disabled by default.
-  # Server expects request header of the format "Authorization: Bearer xxx"
-  ManagementToken: xxx
-
- h2. Node Manager Set @port@ (the listen port) and @ManagementToken@ in the @Manage@ section of @node-manager.ini@. @@ -45,12 +34,26 @@ Set @port@ (the listen port) and @ManagementToken@ in the @Manage@ section of @n ManagementToken = xxx -h2. Other services +h2. API server and other services -The following services also support monitoring. Set @ManagementToken@ in the respective yaml config file for each service. +The following services also support monitoring. +* API server +* arv-git-httpd +* controller +* keep-balance +* keepproxy * keepstore * keep-web -* keepproxy -* arv-git-httpd * websockets + +Set @ManagementToken@ in the appropriate section of @/etc/arvados/config.yml@. + + +
Clusters:
+  ClusterID:
+    # Token to be included in all healthcheck requests. Disabled by default.
+    # Server expects request header of the format "Authorization: Bearer xxx"
+    ManagementToken: xxx
+
+