This package provides a configuration provider that reads configuration key-value pairs from Google Cloud Platform Secret Manager using official SDK as documented here: https://cloud.google.com/secret-manager/docs/reference/libraries.
Info
Version: | 0.0.2 |
Author(s): | Nugroho Budi Wicaksono |
Last Update: | Friday, August 21, 2020 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/GcpSecretConfiguration |
Install
Install-Package GcpSecretConfiguration
dotnet add package GcpSecretConfiguration
paket add GcpSecretConfiguration
GcpSecretConfiguration Download (Unzip the "nupkg" after downloading)
Dependencies
- Google.Cloud.SecretManager.V1(>= 1.0.0)
- Microsoft.Extensions.Configuration(>= 3.1.0)