X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/a0f18645f8eccc1f260dfdc71f40ee30a77f75b3..6fe8e52020d421797306e5c6536afbcee761510a:/services/keepstore/config.go?ds=sidebyside diff --git a/services/keepstore/config.go b/services/keepstore/config.go index c9c9ae1158..3db20e29ce 100644 --- a/services/keepstore/config.go +++ b/services/keepstore/config.go @@ -52,7 +52,8 @@ type Config struct { systemAuthToken string debugLogf func(string, ...interface{}) - ManagementToken string + ManagementToken string `doc: The secret key that must be provided by monitoring services +wishing to access the health check endpoint (/_health).` metrics }