christaylorcodes / AzureKeyVaultHelper

A module that allows for easier object handling with Key Vault secrets.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


logo
Azure Key Vault Helper

A module that allows for easier object handling with Key Vault secrets.

Build status Codacy Badge Gallery Donate

List of FunctionsExamplesInstallContributeSubmit a BugRequest a Feature

Microsoft's Azure Key Vault is a great tool for securing secrets used in automation. This module extends the secret functions to allow handling of PowerShell objects and credentials. On top of the proxy functions the script contains some functions that help with manipulating the secrets when retrieved.

Demo

Install

Installation is easy with the module being published to the PowerShell Gallery.

Install-Module AzureKeyVaultHelper -AllowClobber

If you are having issues accessing the PowerShell Gallery check out my repair script

Contributing

If you use this project please give it a star and follow so you can get updated when new features are released. This also lets me know what projects are getting used and what ones I should dedicate more time to. If you want to get more involved please see the contributing page. Projects need all kinds of help even if you don't know how to code.

Donating

If you cant take time to contribute maybe you would like to help in other ways.

It takes time to maintain this project. Does the time spent on this module help you do cool things? Is that time worth a beer or two?

Donations allow me to spend more time on this project and implement your feature requests.

About

A module that allows for easier object handling with Key Vault secrets.

License:MIT License


Languages

Language:PowerShell 100.0%