X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/a88e87137911142ef7e9237703a1073e4feffdb7..2d4198a095e193102daa2710c6b2baba7be7c9ce:/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)