SecretStore icon indicating copy to clipboard operation
SecretStore copied to clipboard

Results 17 SecretStore issues
Sort by recently updated
recently updated
newest added

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....

enhancement

### Summary of the new feature / enhancement The current design allows 2 configurations: 1. Password-based, which can get a bit tedious as each new session requires to input it...

Set-SecretStoreConfiguration doesn't properly support Confirm:$false. I am removing password from vault configuration and it wont successfully update the Secret Store configuration. The below code results in no error or change...

Needs-Repro-Info

### Prerequisites - [X] Write a descriptive title. - [X] Make sure you are able to repro it on the [latest released version](https://www.powershellgallery.com/packages/Microsoft.PowerShell.SecretStore) - [X] Search the existing issues. ###...

bug

### Prerequisites - [X] Write a descriptive title. - [X] Make sure you are able to repro it on the [latest released version](https://www.powershellgallery.com/packages/Microsoft.PowerShell.SecretStore) - [X] Search the existing issues. ###...

bug

### Summary of the new feature / enhancement Utils.cs leverages the Rfc2898DeriveBytes class for key derivation. The constructor used appears to be: ``` public Rfc2898DeriveBytes (byte[] password, byte[] salt, int...

I have upgraded PowerShell from 7.1.2 to 7.1.3 and noticed local secrets stored might have disappeared. Is it the expected behavior? What is the right procedure to upgrade PowerShell with...

From issue #61 I have a similar issue, but maybe not, perhaps a different issue? I can use the modules in pwsh 7.2 but when using update-module or Get-InstalledModule it...

When utilizing a remote ssh session in VsCode, I am not able to unlock the Secret Store. Command ran: ```Unlock-SecretStore -Password $credSecretStore``` The Error given is basic: ```The provided password...

There is no possibility to choose a custom file path right now. This feature would be really useful for team collaboration and automation environments, as the secret store could be...

enhancement