While checking that the controller is up, we don't care about
authorWard Vandewege <ward@curii.com>
Sun, 20 Feb 2022 22:15:46 +0000 (17:15 -0500)
committerWard Vandewege <ward@curii.com>
Sun, 20 Feb 2022 22:16:38 +0000 (17:16 -0500)
certificate validity, the user could be deploying with self-signed
certs.

refs #18791

Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward@curii.com>

arvados/controller/service/running.sls

index 7f6af5136609ae3b63ed0f4df78927496df63fce..edd0476e839e59241b393390357a451b137a08b8 100644 (file)
@@ -25,7 +25,7 @@ arvados-controller-service-running-service-running:
 arvados-controller-service-running-service-ready-cmd-run:
   cmd.run:
     - name: |
 arvados-controller-service-running-service-ready-cmd-run:
   cmd.run:
     - name: |
-        while ! (curl -s {{  arvados.cluster.Services.Controller.ExternalURL }} | \
+        while ! (curl -k -s {{  arvados.cluster.Services.Controller.ExternalURL }} | \
                  grep -qE "req-[a-z0-9]{20}.{5}error_token") do
           echo 'waiting for API to be ready...'
           sleep 1
                  grep -qE "req-[a-z0-9]{20}.{5}error_token") do
           echo 'waiting for API to be ready...'
           sleep 1