PowerShell / SecretManagement

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

Address issues for v1.1.0 release #145

Closed PaulHigin closed 3 years ago

PaulHigin commented 3 years ago

This PR has a number of changes that have been marked for v1.1.0 (preview) release.

Also, how extension vaults are hosted has changed. Previously, extension vault modules were hosted in the current user session. Now, to accommodate CL mode, they are hosted in a separate dedicated PowerShell runspace session. This means extension vault modules an not share session state with the current user session, which is a possible breaking change. Consequently this release will be v1.1.0 and will begin with a preview release.