PowerShell / SecretManagement

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

Test-SecretVault failure #127

Closed jdhitsolutions closed 3 years ago

jdhitsolutions commented 3 years ago

I have no problems using the LastPass vault I have setup. But testing fails. image

Is the failure from the LastPass extension or the Test-SecretVault command? The command offers no insight as to what it is testing so I have no way of knowing.

PaulHigin commented 3 years ago

The function of Test-SecretVault is implemented by the extension vault, in this case SecretManatgement.LastPass.Extension. The implementation should write errors if the test fails, but SecretManagement does not enforce this.

Please create an issue for the last pass extension vault: https://github.com/TylerLeonhardt/SecretManagement.LastPass

jdhitsolutions commented 3 years ago

Filed an issue in the LastPass extension repo.