Provides a default implementation of a string replacement service that replaces keys with values and an implementation of a key replacement service that abstracts Azure Key Vault.
Info
Version: | 1.0.0 |
Author(s): | Scott McNeany |
Last Update: | Wednesday, April 22, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/smcneany/aspnetcore-secrets-replacement |
NuGet Url: | https://www.nuget.org/packages/aspnetcore-secrets-replacement-azure-keyvault |
Install
Install-Package aspnetcore-secrets-replacement-azure-keyvault
dotnet add package aspnetcore-secrets-replacement-azure-keyvault
paket add aspnetcore-secrets-replacement-azure-keyvault
aspnetcore-secrets-replacement-azure-keyvault Download (Unzip the "nupkg" after downloading)
Dependencies
- aspnetcore-secrets-replacement-core(>= 1.0.0)
- Azure.Identity(>= 1.1.1)
- Azure.Security.KeyVault.Secrets(>= 4.0.3)
- Microsoft.Azure.KeyVault.Core(>= 3.0.5)
- Microsoft.Extensions.Options(>= 2.1.1)
Tags