PowerShell / SecretManagement

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

Extension Paths Are Fully Qualified? #196

Open awickham10 opened 2 years ago

awickham10 commented 2 years ago

I've run into an issue where I installed an extension, registered a vault, and then moved the installation path of the extension. When I did this, even though the new extension path was in my PSModulePath, Get-Secret would error trying to load the extension from the old location. The only way to fix it was to unregister the vault and re-register.

It would be nice to have these treated more like normal modules, where they can be moved around without impacting vaults.