Merge branch 'master' into 13822-nm-delayed-daemon
[arvados.git] / services / keepstore / config.go
index c9c9ae1158ec323f572524adb3e7586590d8f788..3db20e29ce64eaca4d8c5ddd58389595d2f9ce16 100644 (file)
@@ -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
 }