Feeds / gallery / Microsoft.PowerShell.SecretManagement / 0.2.1-alpha1

Microsoft.PowerShell.SecretManagement

0.2.1-alpha1
Upstream onlyHeld by an upstream. Downloading it through a client caches it here.

This module helps manage secrets by providing a set of cmdlets that lets you store secrets locally using a local vault provider, and access secrets from remote vaults. Local and remote vaults can be registered and unregistered on the local machine, per user, for use in managing and retrieving secrets. ***** Breaking change for 0.2.0: The script extension vault module name has been changed from 'ImplementingModule' to 'SecretManagementExtension'. Any registered script extension vault module will have to be renamed accordingly. ***** ***** Breaking change for 0.2.1: Module and cmdlets renamed. Changes to required functions. All previous vault extensions will need to be updated. ***** ***** This is an alpha version of the module that currently works only on Windows platforms. *****

Version
0.2.1-alpha1
Authors
Microsoft Corporation
Published
2020-03-19 14:36 UTC

Install this version

Install-Module -Name Microsoft.PowerShell.SecretManagement -RequiredVersion 0.2.1-alpha1 -Repository gallery
Install-PSResource -Name Microsoft.PowerShell.SecretManagement -Version 0.2.1-alpha1 -Repository gallery
dotnet add package Microsoft.PowerShell.SecretManagement --version 0.2.1-alpha1 --source https://figet.xact.cloud/nuget/gallery/v3/index.json