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: Akash Singhal <[email protected]>
Signed-off-by: Josh Duffney <[email protected]>
  • Loading branch information
duffney and akashsinghal authored Dec 3, 2024
1 parent 7813e28 commit 7541c3d
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 @@ -248,7 +248,7 @@ func (s *akvKMProvider) GetCertificates(ctx context.Context) (map[keymanagementp
keymanagementprovider.DeleteCertificateFromMap(s.resource, mapKey)
continue
}
return nil, nil, fmt.Errorf("failed to get secret objectName:%s, objectVersion:%s, error: %w", keyVaultCert.Name, version, err)
return nil, nil, fmt.Errorf("failed to get secret objectName: %s, objectVersion: %s, error: %w", keyVaultCert.Name, version, err)
}

secretBundle := secretReponse.SecretBundle
Expand Down

0 comments on commit 7541c3d

Please sign in to comment.