18947: Refactor arv-git-httpd as an arvados-server subcommand.
[arvados.git] / doc / admin / management-token.html.textile.liquid
index 33027ad88701b06723cbeed1089e664efec32c0c..a4939b740cba561025297a44e748511f2de7be0b 100644 (file)
@@ -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@
-
-<pre>
-  # Token to be included in all healthcheck requests. Disabled by default.
-  # Server expects request header of the format "Authorization: Bearer xxx"
-  ManagementToken: ...
-</pre>
-
-h2. Node Manager
-
-Set @port@ (the listen port) and @MangementToken@ in the @Manage@ section of @node-manager.ini@ .
-
-<pre>
-[Manage]
-port=8888
-ManagementToken=...
-</pre>
-
-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@.
+
+<notextile>
+<pre><code>Clusters:
+  <span class="userinput">ClusterID</span>:
+    # Token to be included in all healthcheck requests. Disabled by default.
+    # Server expects request header of the format "Authorization: Bearer xxx"
+    ManagementToken: xxx
+</code></pre>
+</notextile>