PowerShell / SecretManagement

PowerShell module to consistent usage of secrets through different extension vaults
MIT License
317 stars 46 forks source link

How to install CredManStore extension? #187

Open Korijn opened 2 years ago

Korijn commented 2 years ago

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 path?

adamdriscoll commented 2 years ago

I've been using this extension and it works well: https://www.powershellgallery.com/packages/SecretManagement.JustinGrote.CredMan/1.0.0

chrislockwood commented 2 years ago

Seems crazy that Microsoft have not published this extension, instead forcing us down the route of using a third party package, for those of us who must jump through corporate security hoops this feels unnecessary.

We are teased with examples listing availability of the 'Microsoft.PowerShell.CredManStore' module, but ultimately no guidance is provided on how to achieve this, very disappointing.

powercode commented 1 year ago

@PaulHigin What is the plan for CredManStore?

PaulHigin commented 1 year ago

It was decided (not my call) to not support a CredMan extension vault module, but just provide it as an example extension vault, and to leave it to third parties for publish/support if there is a desire for it.