X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/0a3d7a02236cbec448203a1b2218b5e0630d1c00..2e88c72ca46a0912c8fb580ca3d63c4f57911c22:/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 33027ad887..a4939b740c 100644 --- a/doc/admin/management-token.html.textile.liquid +++ b/doc/admin/management-token.html.textile.liquid @@ -16,32 +16,26 @@ 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 +h2. API server and other services -Set @MangementToken@ in @application.yml@ - -
-  # Token to be included in all healthcheck requests. Disabled by default.
-  # Server expects request header of the format "Authorization: Bearer xxx"
-  ManagementToken: ...
-
- -h2. Node Manager - -Set @port@ (the listen port) and @MangementToken@ in the @Manage@ section of @node-manager.ini@ . - -
-[Manage]
-port=8888
-ManagementToken=...
-
- -h2. Other services - -The following services also support health check. Set @MangementToken@ in the respective yaml config file for each service. +The following services also support monitoring. +* API server +* arvados-git-httpd +* controller +* keep-balance +* keepproxy * keepstore * keep-web -* keepproxy -* arv-git-httpd -* websockets +* arvados-ws + +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
+
+