PowerShell and Secret Management - Updates
At the recent Ignite event, Microsoft announced the release candidate 2 update of PowerShell SecretManagement
module and the SecretStore
extension vault modules. Both modules have been bumped up to version 0.9.1.
In the updated release, the secret management module has added support for secret metadata. The extension vault module must implement support for the metadata for this to work. To this extent, the SecretStore module has been updated to support metadata as well.
This metadata can be useful in tagging additional non-sensitive details that describe the secret. For example, you can use secret metadata if you want to store the tenant or subscription associated with the secret.
|
|
The additional metadata can be retrieved using the Get-SecretInfo
command.
|
|
You can update existing metadata or add new metadata by using the Set-SecretInfo
command.
|
|
Another good update that I have seen is about more meaningful error messages. For example, when you run Get-Secret
command when no vaults are registered, you will see a more friendly error message.
|
|
Microsoft announced that the RC2 release of the SecretManagement and SecretStore modules are go live versions and will most probably be promoted to GA release if there are no high-risk bugs.
Share on: