X-Git-Url: https://git.arvados.org/arvados-formula.git/blobdiff_plain/b2bf1ddbc82a8a7a61801f14dea3a80a499bfa66..2437f64f2c1d7b3030479a6d8fc3ac79bb95c74a:/arvados/dispatcher/service/files/default/crunch-dispatch-local-credentials.tmpl diff --git a/arvados/dispatcher/service/files/default/crunch-dispatch-local-credentials.tmpl b/arvados/dispatcher/service/files/default/crunch-dispatch-local-credentials.tmpl index a852bc8..f99b86d 100644 --- a/arvados/dispatcher/service/files/default/crunch-dispatch-local-credentials.tmpl +++ b/arvados/dispatcher/service/files/default/crunch-dispatch-local-credentials.tmpl @@ -3,5 +3,5 @@ # Your changes will be overwritten. ######################################################################## ARVADOS_API_HOST={{ arvados.cluster.Services.Controller.ExternalURL | regex_replace('^http(s?)://', '', ignorecase=true) }} -ARVADOS_API_HOST_INSECURE={{ '1' if arvados.cluster.tls.insecure | default('0') }} +ARVADOS_API_HOST_INSECURE={{ arvados.cluster.tls.insecure | default(false) }} ARVADOS_API_TOKEN={{ arvados.cluster.tokens.system_root }}