Home > DevOps > PowerShell modules to interact with secrets go GA
PowerShell Core

PowerShell modules to interact with secrets go GA

It’s official, version 1.0 of Microsoft.PowerShell.SecretManagement and Microsoft.PowerShell.SecretStore are available on PowerShell Gallery.

Install-Module -Name Microsoft.PowerShell.SecretManagement
Install-Module -Name Microsoft.PowerShell.SecretStore

I’ve been wanting to work with HashiCorp’s Vault so I’m going to set that up in the next couple of days and then add that instance to this module. As soon as I get it done, I’ll post it here.

Ref Links

Microsoft.PowerShell.SecretManagement (Microsoft Docs) – https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.secretmanagement/?view=ps-modules

Microsoft.PowerShell.SecretStore (Microsoft Docs) – https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.secretstore/?view=ps-modules

SecretManagement and SecretStore are Generally Available (MS PowerShell Team Blog) – https://devblogs.microsoft.com/powershell/secretmanagement-and-secretstore-are-generally-available/