File tree 3 files changed +5
-2
lines changed
src/main/java/redis/clients/authentication/entraid
3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 80
80
<dependency >
81
81
<groupId >org.awaitility</groupId >
82
82
<artifactId >awaitility</artifactId >
83
- <version >4.2.2 </version >
83
+ <version >4.3.0 </version >
84
84
<scope >test</scope >
85
85
</dependency >
86
86
</dependencies >
Original file line number Diff line number Diff line change 93
93
<dependency >
94
94
<groupId >org.awaitility</groupId >
95
95
<artifactId >awaitility</artifactId >
96
- <version >4.2.2 </version >
96
+ <version >4.3.0 </version >
97
97
<scope >test</scope >
98
98
</dependency >
99
99
</dependencies >
Original file line number Diff line number Diff line change @@ -109,7 +109,10 @@ public static AzureTokenAuthConfigBuilder from(AzureTokenAuthConfigBuilder sampl
109
109
.maxAttemptsToRetry (tokenManagerConfig .getRetryPolicy ().getMaxAttempts ())
110
110
.delayInMsToRetry (tokenManagerConfig .getRetryPolicy ().getdelayInMs ())
111
111
.identityProviderConfig (tokenAuthConfig .getIdentityProviderConfig ());
112
+
113
+ builder .defaultAzureCredential = sample .defaultAzureCredential ;
112
114
builder .scopes = sample .scopes ;
115
+ builder .tokenRequestExecTimeoutInMs = sample .tokenRequestExecTimeoutInMs ;
113
116
return builder ;
114
117
}
115
118
}
You can’t perform that action at this time.
0 commit comments