From 5f1894e12faa05eae02f617badf52c45d0471c2b Mon Sep 17 00:00:00 2001 From: dcore94 Date: Thu, 23 Sep 2021 08:59:05 +0200 Subject: [PATCH] debugging authorization --- templates/da_cache_to_shub.json.j2 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/da_cache_to_shub.json.j2 b/templates/da_cache_to_shub.json.j2 index 5bde2db..c3b0615 100644 --- a/templates/da_cache_to_shub.json.j2 +++ b/templates/da_cache_to_shub.json.j2 @@ -177,10 +177,10 @@ }, { "name" : "pyrest", - "taskReferenceName" : "bc_data_api_authorize", + "taskReferenceName" : "test", "type" : "SIMPLE", "inputParameters" : { - "url" : "${workflow.input.callback.authorize_url}", + "url" : "https://postb.in/1632380107095-8280576961115", "method" : "POST", "headers" : { "Content-type": "application/json", @@ -194,10 +194,10 @@ }, { "name" : "pyrest", - "taskReferenceName" : "test", + "taskReferenceName" : "bc_data_api_authorize", "type" : "SIMPLE", "inputParameters" : { - "url" : "https://postb.in/1632380107095-8280576961115", + "url" : "${workflow.input.callback.authorize_url}", "method" : "POST", "headers" : { "Content-type": "application/json",