SecretManagement icon indicating copy to clipboard operation
SecretManagement copied to clipboard

SecretManagement should only allow extension vaults that support multi-registration to multi register

Open PaulHigin opened this issue 4 years ago • 1 comments

This is related to SecretStore issue (https://github.com/PowerShell/SecretStore/issues/76#issuecomment-878563772). If an extension vault does not support multiple registrations but is registered twice in SecretManagement, the vault will be registered twice with different names. This can be confusing to the user and lead to data loss.

Proposed fix is to allow an extension vault to indicate if it can be registered multiple times, and if not then disallow a second registration.

PaulHigin avatar Jul 12 '21 20:07 PaulHigin

Is this on any roadmaps? Quirks like this make this module less palatable in production.

Viajaz avatar Jan 19 '23 06:01 Viajaz