X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/b085f051e459981a385c95c4ae147546312c08d9..d5142a69848df7fa506b8cb16a76cb621598769a:/services/keepstore/pull_worker.go diff --git a/services/keepstore/pull_worker.go b/services/keepstore/pull_worker.go index 2707b98a0a..3d67cf2c1e 100644 --- a/services/keepstore/pull_worker.go +++ b/services/keepstore/pull_worker.go @@ -46,7 +46,7 @@ func PullItemAndProcess(pullRequest PullRequest, token string, keepClient *keepc for _, addr := range pullRequest.Servers { service_roots[addr] = addr } - keepClient.SetServiceRoots(service_roots, nil, keepClient.WritableRoots()) + keepClient.SetServiceRoots(service_roots, nil, nil) // Generate signature with a random token expires_at := time.Now().Add(60 * time.Second)