PowerShell / SecretManagement

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

Get-Secret doesn't respect Warning common parameters #142

Closed jdhitsolutions closed 3 years ago

jdhitsolutions commented 3 years ago

I'm not sure if this is an issue with Get-Secret or the LastPass module, but whenever I run Get-Secret on the LastPass vault, I typically get warning messages. However, I can't turn them off as I would expect.

image

PaulHigin commented 3 years ago

This is a SecretManagement problem. PowerShell does not do a good job passing common variables in functions as used by SecretManagement extension vaults. I think we would have to solve this problem similarly to how we handle Verbose stream states.

PaulHigin commented 3 years ago

This looks like the same issue as #151, so closing this one as duplicate.