X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/dc021c3b57dcdebe464c148d55f9990a74e8246b..ffc3c0e5e8fc513d0489f4493652ae7a7de42ece:/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 881227b3fa..a4939b740c 100644 --- a/doc/admin/management-token.html.textile.liquid +++ b/doc/admin/management-token.html.textile.liquid @@ -16,36 +16,18 @@ 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. Node Manager - -Set @port@ (the listen port) and @ManagementToken@ in the @Manage@ section of @node-manager.ini@. - -
-[Manage]
-# The management server responds to http://addr:port/status.json with
-# a snapshot of internal state.
-
-# Management server listening address (default 127.0.0.1)
-#address = 0.0.0.0
-
-# Management server port number (default -1, server is disabled)
-#port = 8989
-
-ManagementToken = xxx
-
- h2. API server and other services The following services also support monitoring. * API server -* arv-git-httpd +* arvados-git-httpd * controller * keep-balance * keepproxy * keepstore * keep-web -* websockets +* arvados-ws Set @ManagementToken@ in the appropriate section of @/etc/arvados/config.yml@.