authorize call to ic proxy

This commit is contained in:
Marco Lettere 2021-06-30 16:22:22 +02:00
parent 2d3cfc69d9
commit 988804480e
1 changed files with 2 additions and 1 deletions

View File

@ -43,7 +43,8 @@
"url" : "{{ ic_proxy }}/icproxy/gcube/service/ServiceEndpoint/SystemService", "url" : "{{ ic_proxy }}/icproxy/gcube/service/ServiceEndpoint/SystemService",
"method" : "GET", "method" : "GET",
"headers" : { "headers" : {
"Accept" : "application/xml" "Accept" : "application/xml",
"Authorization" : "Bearer ${authorize.output.body.access_token}"
} }
} }
} }