Skip to content
Snippets Groups Projects
Commit 85c6cd9d authored by helayoty's avatar helayoty
Browse files

Add Azure implementation for retrieve access token task:

- add azure storage endpoints
- apply fixes to headerinfo & requestinfo for azure
parent e6208171
Branches
Tags
1 merge request!6Trusted ibm
......@@ -45,10 +45,10 @@ public class HeadersInfoAzureImpl implements IHeadersInfo {
@Override
public DpsHeaders getHeaders() {
if (headersMap == null) {
log.info("Headers Map DpsHeaders is null");
// headersMap = this.getCoreServiceHeaders(httpHeaders.toSingleValueMap());
log.warning("Headers Map DpsHeaders is null");
}
return headersMap;
DpsHeaders headers = this.getCoreServiceHeaders(headersMap.getHeaders());
return headers;
}
@Override
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment