In this video I explore a solution to the problem of handling secrets in scripts and having to use secret implementation specific code. The new Secrets Management module solves this.
My demo code is at https://github.com/johnthebrit/RandomStuff/blob/master/PowerShellStuff/PSSecretManagement.ps1.
00:00 Introduction
00:53 The challenge with secrets
02:15 Secret Management module abstraction
03:18 Installation and basic commands
05:00 Working with vaults and using the Secret Store
06:14 Working with secrets
11:35 Optional features such as metadata
12:35 Working with Azure Key Vault
15:53 Working with Credential Manager
17:50 All secret manager providers
18:47 Summary and close