From 2cc42d9e6ddb6d54bdbc67e3009c4996e608d201 Mon Sep 17 00:00:00 2001 From: "m.lettere" Date: Tue, 18 Jul 2023 12:13:58 +0200 Subject: [PATCH] fix minor issues --- templates/record_context_to_is.json.j2 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/record_context_to_is.json.j2 b/templates/record_context_to_is.json.j2 index d84acb0..54973ba 100644 --- a/templates/record_context_to_is.json.j2 +++ b/templates/record_context_to_is.json.j2 @@ -87,14 +87,14 @@ }, { "name" : "pyrest", - "taskReferenceName" : "retrieve_parent_vo", + "taskReferenceName" : "retrieve_vre", "type" : "SIMPLE", "inputParameters" : { "url" : "{{ ic_proxy }}/icproxy/gcube/service/GenericResource/VRE/${init.output.result.child}", "method" : "GET", "headers" : { "Accept" : "application/xml", - "Authorization" : "Bearer ${authorize_uma_rootvo.output.body.access_token}" + "Authorization" : "Bearer ${authorize_uma_paarent_vo.output.body.access_token}" } } } @@ -105,7 +105,7 @@ "name": "notification_join", "taskReferenceName": "notification_join_ref", "type": "JOIN", - "joinOn": ["retrieve_root_vo", "retrieve_parent_vo"] + "joinOn": ["retrieve_infrastructure", "retrieve_vre"] }, { "name" : "pyrest",