microsoft / AzureKeyVaultExplorer

Azure Key Vault Explorer
MIT License
210 stars 68 forks source link

Many versions of a secret give slow performance #53

Open jasperkpi opened 2 years ago

jasperkpi commented 2 years ago

We are using the VaultExplorer with several types of secrets, one of them having a new rotating token every 10 minutes that is automatically updated to the Azure KeyVault. This means, a new version of such a secret is registered 6 times per hour. When I want to open only the current version of this secret in the VaultExplorer, it can take minutes. I assume it is collecting all the previous versions, hundreds of them, before showing the window that shows the current value. Is there a possibility to only request the previous versions when a previous version is actually selected, and when I want to show or edit the current value of this secret, this can be done more quickly? Thanks for your answers!