From 6e427c777377075c5d0cc5ac05ab0d0b8b5411b6 Mon Sep 17 00:00:00 2001 From: dcore94 Date: Wed, 22 Sep 2021 16:09:37 +0200 Subject: [PATCH] added accept header to authorization for better output --- templates/da_cache_to_shub.json.j2 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/da_cache_to_shub.json.j2 b/templates/da_cache_to_shub.json.j2 index 39f3808..4cc20ef 100644 --- a/templates/da_cache_to_shub.json.j2 +++ b/templates/da_cache_to_shub.json.j2 @@ -183,7 +183,8 @@ "url" : "https://data.blue-cloud.org/api/login", "method" : "POST", "headers" : { - "Content-type": "application/json" + "Content-type": "application/json", + "Accept": "application/json" }, "body" : { "username": "${workflow.input.callback.username}",