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}" } } }