From 988804480ee49cf9b1b9109473957bc2b32497b5 Mon Sep 17 00:00:00 2001 From: "m.lettere" Date: Wed, 30 Jun 2021 16:22:22 +0200 Subject: [PATCH] authorize call to ic proxy --- templates/add_all_system_services_to_vre.json.j2 | 3 ++- 1 file changed, 2 insertions(+), 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 69950d6..4d1a102 100644 --- a/templates/add_all_system_services_to_vre.json.j2 +++ b/templates/add_all_system_services_to_vre.json.j2 @@ -43,7 +43,8 @@ "url" : "{{ ic_proxy }}/icproxy/gcube/service/ServiceEndpoint/SystemService", "method" : "GET", "headers" : { - "Accept" : "application/xml" + "Accept" : "application/xml", + "Authorization" : "Bearer ${authorize.output.body.access_token}" } } }