From d8a47e00a2f57f8ccfd59161e1e34c7e6f78b3f4 Mon Sep 17 00:00:00 2001 From: "m.lettere" Date: Wed, 30 Jun 2021 16:49:54 +0200 Subject: [PATCH] need first to authorize on d4science realm --- templates/add_all_system_services_to_vre.json.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/add_all_system_services_to_vre.json.j2 b/templates/add_all_system_services_to_vre.json.j2 index 50a9e63..956f954 100644 --- a/templates/add_all_system_services_to_vre.json.j2 +++ b/templates/add_all_system_services_to_vre.json.j2 @@ -44,7 +44,7 @@ "method" : "GET", "headers" : { "Accept" : "application/xml", - "Authorization" : "Bearer ${authorize.output.body.access_token}" + "Authorization" : "Bearer ${authorize_on_realm.output.body.access_token}" } } },