PowerShell / SecretManagement

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

Get-Secret fails in pipeline #130

Closed jdhitsolutions closed 3 years ago

jdhitsolutions commented 3 years ago

According to the help, I should be able to pipe Get-SecretInfo to Get-Secret. But this no longer works. Even though I can run Get-Secret on its own.

image

I get the same result in both Windows PowerShell and PowerShell 7. I tried using my vault and the lastPass one I have, with the same error.

I also tested in a new PowerShell session.

PaulHigin commented 3 years ago

I am not able to repro this either on PowerShell 7 or Windows PowerShell. What version of SecretManagement and SecretStore are you using? Please always include version information along with platform. Make sure you are using the latest GA releases of both modules, and be sure to uninstall any previous preview or RC module versinos.

jdhitsolutions commented 3 years ago

I'm using the 1.0.0 versions. But now I can't duplicate this problem either in Windows PowerShell or PowerShell 7. So let's pretend we all have more important things to do. 😄