authorize call to ic proxy

master
Marco Lettere 3 years ago
parent 2d3cfc69d9
commit 988804480e

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

Loading…
Cancel
Save