Secrets Management module vault extension examples.
This repo contains example extension vaults for the Secrets 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 Secrets Management module and vault extensions.