X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/0f644e242ef37c911ad3dc25aca8135c339de349..ea137ac25c445c2f45a3643f23e6d2772a4b3887:/services/keepstore/config.go diff --git a/services/keepstore/config.go b/services/keepstore/config.go index 19a614a1fa..0a3ece41ad 100644 --- a/services/keepstore/config.go +++ b/services/keepstore/config.go @@ -40,6 +40,8 @@ type Config struct { blobSigningKey []byte systemAuthToken string debugLogf func(string, ...interface{}) + + ManagementToken string } var theConfig = DefaultConfig()