Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
PaulHigin opened this issue Jul 12, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@PaulHigin
Copy link
Contributor

This is related to SecretStore issue (PowerShell/SecretStore#76 (comment)).
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.

@Viajaz
Copy link

Viajaz commented Jan 19, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants