X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/d27d94532c173335cae9dddc30f1cc9a2e372bd7..163c8f8750193b791eb62f5a8d73dc44a006b69e:/services/keepstore/config.go diff --git a/services/keepstore/config.go b/services/keepstore/config.go index 1f8c7e31a2..2bd989de30 100644 --- a/services/keepstore/config.go +++ b/services/keepstore/config.go @@ -13,7 +13,7 @@ import ( "time" "git.curoverse.com/arvados.git/sdk/go/arvados" - "github.com/Sirupsen/logrus" + "github.com/sirupsen/logrus" ) type Config struct { @@ -46,8 +46,7 @@ type Config struct { systemAuthToken string debugLogf func(string, ...interface{}) - ManagementToken string `doc: The secret key that must be provided by monitoring services -wishing to access the health check endpoint (/_health).` + ManagementToken string } var (