X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/3ae140fa072b2f2fbc8576c20ffd81fe463e78a5..1ab33aed37fdcd448fe224375951089282901c48:/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 306314337a..881227b3fa 100644 --- a/doc/admin/management-token.html.textile.liquid +++ b/doc/admin/management-token.html.textile.liquid @@ -16,20 +16,9 @@ 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 @MangementToken@ 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 @MangementToken@ in the @Manage@ section of @node-manager.ini@ . +Set @port@ (the listen port) and @ManagementToken@ in the @Manage@ section of @node-manager.ini@.
 [Manage]
@@ -45,12 +34,26 @@ Set @port@ (the listen port) and @MangementToken@ in the @Manage@ section of @no
 ManagementToken = xxx
 
-h2. Other services +h2. API server and other services -The following services also support monitoring. Set @MangementToken@ 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
+
+