Skip to content
Snippets Groups Projects
Commit 353b5d43 authored by Abhishek Patil's avatar Abhishek Patil
Browse files

Bug fix

parent 9bcb72c9
No related branches found
No related tags found
1 merge request!190Using AzureServicePrincipleTokenService in implementation for IServiceAccountJwtClient
Pipeline #63058 failed
...@@ -55,6 +55,6 @@ public class ServiceAccountJwtClientImpl implements IServiceAccountJwtClient { ...@@ -55,6 +55,6 @@ public class ServiceAccountJwtClientImpl implements IServiceAccountJwtClient {
this.dpsHeaders.put(DpsHeaders.USER_EMAIL, tenant.getServiceAccount()); this.dpsHeaders.put(DpsHeaders.USER_EMAIL, tenant.getServiceAccount());
return "Bearer " + this.tokenService.getAuthorizationToken(); return this.tokenService.getAuthorizationToken();
} }
} }
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