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

using serviceAccount (serviceprincipalAppId) for cache

parent 245face1
No related branches found
No related tags found
1 merge request!6Trusted ibm
......@@ -59,7 +59,7 @@ public class ServiceAccountJwtClientImpl implements IServiceAccountJwtClient {
this.dpsHeaders.put(DpsHeaders.USER_EMAIL, tenant.getServiceAccount());
if (!IdToken.refreshToken(cachedToken)) {
ACCESS_TOKEN = cachedToken.getTokenValue();
return cachedToken.getTokenValue();
}
ExecutorService service = Executors.newFixedThreadPool(1);
......
......@@ -72,12 +72,6 @@
<artifactId>appengine-gcs-client</artifactId>
<version>0.8</version>
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-spring-boot</artifactId>
<version>2.1.7</version>
<scope>compile</scope>
</dependency>
</dependencies>
<build>
......
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