SecretManagement icon indicating copy to clipboard operation
SecretManagement copied to clipboard

PowerShell module to consistent usage of secrets through different extension vaults

Results 51 SecretManagement issues
Sort by recently updated
recently updated
newest added

### Summary of the new feature / enhancement The use of 'Set' instead of 'New' for the verb to create a secret doesn't seem intuitive to me, at least in...

question

### 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.SecretManagement) - [X] Search the existing issues. ###...

Instead of using a `SortedDictionary` which introduced a bug because it required the keys (secret names) to be unique, we just sort the array directly using a comparer that sorts...

### 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.SecretManagement) - [X] Search the existing issues. ###...

Needs-Repro-Info

We are in a highly secured environment and I am currently in a test phase for SecretManagement/Microsoft.PowerShell.SecretStore How is the trust/security of the 3rd party extensions (as e.g. [SecretManagement.KeePass](https://www.powershellgallery.com/packages/SecretManagement.KeePass/0.9.2)) guaranteed?...

Resolution- Answered

In the repo the credmanstore extension is in a subfolder, but it's not available on the powershell gallery. How am I supposed to use it? Git clone and install from...

Resolution- Answered

### Prerequisites - [X] Write a descriptive title. - [X] Make sure you are able to repro it on the latest version - [X] Search the existing issues. ### Steps...

bug
documentation

### Summary of the new feature / enhancement Currently, the module is built against net461 which will work in PS7, but the library needs to support netstandard20 so that pure...

enhancement

### Summary of the new feature / enhancement ## User story As a PowerShell module author, I want to use secrets in my custom functions without needing to learn about...

enhancement

### 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.SecretManagement) - [X] Search the existing issues. ###...

Resolution- Answered