You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -281,7 +281,7 @@ public async Task Synchronize(BlockingCollection<AnyCAPluginCertificate> blockin
281
281
{
282
282
logger.LogTrace($"adding cert with serial {trackingId} to the database. fullsync is {fullSync}, and the certificate {(dbStatus==-1?"does not yet exist":"already exists")} in the database.");
283
283
284
-
logger.LogTrace("attempting to retreive the role name (productId) from the certificate metadata, if available");
284
+
logger.LogTrace("attempting to retrieve the role name (productId) from the certificate metadata, if available");
285
285
286
286
varmetaData=newMetadataResponse();
287
287
@@ -291,7 +291,7 @@ public async Task Synchronize(BlockingCollection<AnyCAPluginCertificate> blockin
291
291
}
292
292
catch(Exception)
293
293
{
294
-
logger.LogTrace("an error occurred when attempting to retreive the metadata, continuing..");
294
+
logger.LogTrace("an error occurred when attempting to retrieve the metadata, continuing..");
295
295
}
296
296
297
297
varnewCert=newAnyCAPluginCertificate
@@ -423,7 +423,7 @@ public async Task ValidateCAConnectionInfo(Dictionary<string, object> connection
423
423
424
424
_client=newHashicorpVaultClient(config);
425
425
426
-
// attempt an authenticated request to retreive role names
426
+
// attempt an authenticated request to retrieve role names
427
427
try
428
428
{
429
429
logger.LogTrace("making an authenticated request to the Vault server to verify credentials (listing role names)..");
0 commit comments