From 52bba5c3dd99a43ce608a875d038e56a89158572 Mon Sep 17 00:00:00 2001 From: dcore94 Date: Thu, 23 Sep 2021 08:55:43 +0200 Subject: [PATCH] debuggin authorization --- templates/da_cache_to_shub.json.j2 | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/templates/da_cache_to_shub.json.j2 b/templates/da_cache_to_shub.json.j2 index ba4fc13..5bde2db 100644 --- a/templates/da_cache_to_shub.json.j2 +++ b/templates/da_cache_to_shub.json.j2 @@ -192,6 +192,23 @@ } } }, + { + "name" : "pyrest", + "taskReferenceName" : "test", + "type" : "SIMPLE", + "inputParameters" : { + "url" : "https://postb.in/1632380107095-8280576961115", + "method" : "POST", + "headers" : { + "Content-type": "application/json", + "Accept": "application/json" + }, + "body" : { + "username": "${workflow.input.callback.username}", + "password": "${workflow.input.callback.password}" + } + } + }, { "name" : "pyrest", "taskReferenceName" : "send_json_report",