SecretManagement
SecretManagement copied to clipboard
PowerShell module to consistent usage of secrets through different extension vaults
### 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...
### 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. ###...
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?...
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...
### 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...
### 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...
### 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...
### 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. ###...