X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/6c0bf267d795a3ca49c3258c9490714c9e18d333..086b27a27c844178ee52a9c4186d970689147628:/services/keepproxy/usage.go diff --git a/services/keepproxy/usage.go b/services/keepproxy/usage.go index 403c6bf2bb..6d3d21e6f2 100644 --- a/services/keepproxy/usage.go +++ b/services/keepproxy/usage.go @@ -1,3 +1,7 @@ +// Copyright (C) The Arvados Authors. All rights reserved. +// +// SPDX-License-Identifier: AGPL-3.0 + package main import ( @@ -78,5 +82,9 @@ Debug: Enable debug logging. +ManagementToken: + + Authorization token to be included in all health check requests. + `, exampleConfigFile) }