Skip to content

Commit

Permalink
Update pkg/keymanagementprovider/azurekeyvault/provider.go
Browse files Browse the repository at this point in the history
Co-authored-by: Shiwei Zhang <[email protected]>
Signed-off-by: Josh Duffney <[email protected]>
  • Loading branch information
duffney and shizhMSFT authored Dec 4, 2024
1 parent fc8a17c commit 231f07f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/keymanagementprovider/azurekeyvault/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ func (s *akvKMProvider) GetCertificates(ctx context.Context) (map[keymanagementp
logger.GetLogger(ctx, logOpt).Debugf("fetching secret from key vault, certName %v, certVersion %v, vaultURI: %v", keyVaultCert.Name, keyVaultCert.Version, s.vaultURI)

startTime := time.Now()
versionHistory := []VersionInfo{}
var versionHistory []VersionInfo

certVersionPager := s.certificateKVClient.NewListCertificateVersionsPager(keyVaultCert.Name, nil)
for certVersionPager.More() {
Expand Down

0 comments on commit 231f07f

Please sign in to comment.