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

Feature request. We have a hook into Unregister thanks to [this request](https://github.com/PowerShell/SecretManagement/issues/60). I would like a way to have my extension perform some validation or other actions before registering the...

feature_request

It is common a user may be pipelining unregistrations, so commands like `Get-SecretVault | Unregister-SecretVault` which can unregister a ton of vaults should not be allowed to happen without at...

question

Suggestion. Can we get an awareness of the current vault name ? Currently, we have the vault parameters available through `$AdditionalParameters`. The use case is for any additional functions shipped...

feature_request

This is a suggestion. For me, SecretManagement is about having a consistent way to access a ton of different providers in a consistend manner. (Get-Secret / Set-Secret) My only "pain...

feature_request

### Summary of the new feature / enhancement The background of this question is that this module saves my team alot of refactoring when switching between vaults since a wide...

# PR Summary Haven't touched the pipeline stuff yet, just getting the build script in order. Also updated the tests to be Pester 5 compatible. ## PR Context

I swear I already did this. I must have stashed it away on my old laptop.

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

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

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