Skip to content
Snippets Groups Projects
Commit 682211d8 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 85c6cd9d
No related branches found
No related tags found
1 merge request!6Trusted ibm
......@@ -11,11 +11,13 @@ import org.opendes.core.util.IHeadersInfo;
import org.opendes.core.util.IServiceAccountJwtClient;
import org.opendes.indexer.util.IRequestInfo;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Component;
import java.util.Map;
import static org.opendes.client.api.DpsHeaders.AUTHORIZATION;
@Component
public class RequestInfoImpl implements IRequestInfo {
@Autowired
......@@ -23,8 +25,6 @@ public class RequestInfoImpl implements IRequestInfo {
@Autowired
private IServiceAccountJwtClient serviceAccountJwtClient;
private static final String expectedCronHeaderValue = "true";
@Autowired
private TenantInfo tenantInfo;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment