X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/79ed8ab99bb2ad779c873620704519cf02177962..1875ec0fead829272cc609f9d1431f4922633d49:/services/crunch-dispatch-local/crunch-dispatch-local.go diff --git a/services/crunch-dispatch-local/crunch-dispatch-local.go b/services/crunch-dispatch-local/crunch-dispatch-local.go index c33c2358ca..e455981891 100644 --- a/services/crunch-dispatch-local/crunch-dispatch-local.go +++ b/services/crunch-dispatch-local/crunch-dispatch-local.go @@ -102,7 +102,6 @@ func main() { if client.Insecure { os.Setenv("ARVADOS_API_HOST_INSECURE", "1") } - os.Setenv("ARVADOS_EXTERNAL_CLIENT", "") } else { logger.Warnf("Client credentials missing from config, so falling back on environment variables (deprecated).") }