From 37a009f0993cf72597ce82939dc2eee56c04c954 Mon Sep 17 00:00:00 2001 From: dcore94 Date: Wed, 22 Sep 2021 16:16:06 +0200 Subject: [PATCH] added authorize_url as input --- templates/da_cache_to_shub.json.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/da_cache_to_shub.json.j2 b/templates/da_cache_to_shub.json.j2 index 4cc20ef..ba4fc13 100644 --- a/templates/da_cache_to_shub.json.j2 +++ b/templates/da_cache_to_shub.json.j2 @@ -180,7 +180,7 @@ "taskReferenceName" : "bc_data_api_authorize", "type" : "SIMPLE", "inputParameters" : { - "url" : "https://data.blue-cloud.org/api/login", + "url" : "${workflow.input.callback.authorize_url}", "method" : "POST", "headers" : { "Content-type": "application/json",