From 94d6d14fa42effe9b0541c9af7b5d8b8ee38e68f Mon Sep 17 00:00:00 2001 From: dcore94 Date: Wed, 22 Sep 2021 14:55:44 +0200 Subject: [PATCH] credentials passed from input --- templates/da_cache_to_shub.json.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/da_cache_to_shub.json.j2 b/templates/da_cache_to_shub.json.j2 index ec25763..39f3808 100644 --- a/templates/da_cache_to_shub.json.j2 +++ b/templates/da_cache_to_shub.json.j2 @@ -186,8 +186,8 @@ "Content-type": "application/json" }, "body" : { - "username": "blue-cloud-api@isti.cnr.it", - "password": "QNKZLW8mkZdCyNrF" + "username": "${workflow.input.callback.username}", + "password": "${workflow.input.callback.password}" } } },