From 2437f64f2c1d7b3030479a6d8fc3ac79bb95c74a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Javier=20B=C3=A9rtoli?= Date: Mon, 11 Oct 2021 14:14:47 -0300 Subject: [PATCH 1/1] 17742: fix malformed crunch-dispatch-local-credentials file MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Arvados-DCO-1.1-Signed-off-by: Javier Bértoli --- .../files/default/crunch-dispatch-local-credentials.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }} -- 2.30.2