Sealbreaker is a NuGet pacakage you can use to fetch your secrets or decrypt and encrypt your data with keys from the Azure Key Vault by using System Assigned Identity.
Info
Version: | 1.2.0 |
Author(s): | JeffreyRosselle |
Last Update: | Monday, May 27, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/JeffreyRosselle/sealbreaker |
NuGet Url: | https://www.nuget.org/packages/Sealbreaker |
Install
Install-Package Sealbreaker
dotnet add package Sealbreaker
paket add Sealbreaker
Sealbreaker Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.Azure.KeyVault(>= 2.3.2)
- Microsoft.Azure.Services.AppAuthentication(>= 1.1.0)
- Microsoft.Extensions.DependencyInjection.Abstractions(>= 2.2.0)
Tags