Modules/Samples/VaultExtension at master · PowerShell/Modules · GitHub
Skip to content
This repository was archived by the owner on Dec 8, 2021. It is now read-only.

Latest commit

 

History

History

Folders and files

VaultExtension

Microsoft.PowerShell.SecretManagement module vault extension examples.

This folder contains example extension vaults for the Secret Management module. These examples are meant only to illustrate how to create vault extensions, and are not intended to be used for secure storage of secrets.

Vault extensions are PowerShell modules that implement required functions. The modules can be script based or a binary assembly from compiled C# code.

See the Docs folder for more information about the Secret Management module and vault extensions.