-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Labels
enhancementNew feature or requestNew feature or request
Description
I don't know if this is a documentation issue or a bug, so I'll ask. I have a vault registered using Microsoft.PowerShell.SecretStore. I then tried to create a second vault.
Register-SecretVault -Name demo -Description "test vault" -ModuleName microsoft.powershell.secretstore
Get-SecretVault
shows it. I have nothing in the vault but if I run Get-SecretInfo
, I see all the entries from my default vault, even though the vault name shows the new demo vault. Are we limited to one vault per user of a given module? If so, that needs to be clearer in the documentation.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request