Kralizek.Extensions.Configuration.AWSSecretsManager
2.0.0-beta.2
See the version list below for details.
dotnet add package Kralizek.Extensions.Configuration.AWSSecretsManager --version 2.0.0-beta.2
NuGet\Install-Package Kralizek.Extensions.Configuration.AWSSecretsManager -Version 2.0.0-beta.2
<PackageReference Include="Kralizek.Extensions.Configuration.AWSSecretsManager" Version="2.0.0-beta.2" />
<PackageVersion Include="Kralizek.Extensions.Configuration.AWSSecretsManager" Version="2.0.0-beta.2" />
<PackageReference Include="Kralizek.Extensions.Configuration.AWSSecretsManager" />
paket add Kralizek.Extensions.Configuration.AWSSecretsManager --version 2.0.0-beta.2
#r "nuget: Kralizek.Extensions.Configuration.AWSSecretsManager, 2.0.0-beta.2"
#:package Kralizek.Extensions.Configuration.AWSSecretsManager@2.0.0-beta.2
#addin nuget:?package=Kralizek.Extensions.Configuration.AWSSecretsManager&version=2.0.0-beta.2&prerelease
#tool nuget:?package=Kralizek.Extensions.Configuration.AWSSecretsManager&version=2.0.0-beta.2&prerelease
Kralizek.Extensions.Configuration.AWSSecretsManager
AWS Secrets Manager configuration provider for Microsoft.Extensions.Configuration.
Install
dotnet add package Kralizek.Extensions.Configuration.AWSSecretsManager
Quick start
using Microsoft.Extensions.Configuration;
var configuration = new ConfigurationBuilder()
.AddSecretsManager()
.Build();
Configure with options
var configuration = new ConfigurationBuilder()
.AddSecretsManager(options =>
{
options.SecretFilter = entry => entry.Name.StartsWith("myapp/");
options.KeyGenerator = (entry, key) => key.Replace("/", ":");
})
.Build();
Full documentation: GitHub repository
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
| .NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
| .NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
| MonoAndroid | monoandroid was computed. |
| MonoMac | monomac was computed. |
| MonoTouch | monotouch was computed. |
| Tizen | tizen40 was computed. tizen60 was computed. |
| Xamarin.iOS | xamarinios was computed. |
| Xamarin.Mac | xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- AWSSDK.Extensions.NETCore.Setup (>= 4.0.3.35 && < 5.0.0)
- AWSSDK.SecretsManager (>= 4.0.4.19 && < 5.0.0)
- Microsoft.Extensions.Configuration (>= 10.0.7)
- Microsoft.Extensions.Logging.Abstractions (>= 10.0.7)
- System.Text.Json (>= 10.0.7)
-
net10.0
- AWSSDK.Extensions.NETCore.Setup (>= 4.0.3.35 && < 5.0.0)
- AWSSDK.SecretsManager (>= 4.0.4.19 && < 5.0.0)
- Microsoft.Extensions.Configuration (>= 10.0.7)
- Microsoft.Extensions.Logging.Abstractions (>= 10.0.7)
NuGet packages (6)
Showing the top 5 NuGet packages that depend on Kralizek.Extensions.Configuration.AWSSecretsManager:
| Package | Downloads |
|---|---|
|
APF.Core.Clean.Api
Package Description |
|
|
APF.Core.Clean.Aws
Package Description |
|
|
Substratum
Opinionated, production-grade application framework built on ASP.NET Core Minimal APIs. Authentication, authorization, database, caching, logging, OpenAPI docs, cloud storage, and real-time events — all pre-wired and configured via appsettings.json. |
|
|
Musement.AWSExtensions
A set of Localstack-aware extensions for injecting AWS services |
|
|
Sagi.Sdk.AWS.DynamoDb
Package Description |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on Kralizek.Extensions.Configuration.AWSSecretsManager:
| Repository | Stars |
|---|---|
|
Elfocrash/aws-videos
|
| Version | Downloads | Last Updated |
|---|---|---|
| 2.0.0-beta.3 | 85 | 4/29/2026 |
| 2.0.0-beta.2 | 41 | 4/28/2026 |
| 1.7.0 | 6,598,479 | 11/8/2022 |
| 1.6.3 | 1,714,155 | 9/8/2021 |
| 1.6.2 | 289,457 | 5/19/2021 |
| 1.6.1 | 63,903 | 4/29/2021 |
| 1.6.0 | 8,205 | 4/27/2021 |
| 1.5.0 | 193,191 | 1/22/2021 |
| 1.4.1 | 347,676 | 7/21/2020 |
| 1.4.0 | 10,138 | 7/16/2020 |
| 1.3.0 | 10,341 | 7/14/2020 |
| 1.2.1 | 181,374 | 2/8/2020 |
| 1.2.0 | 229,778 | 9/16/2019 |
| 1.1.0 | 136,964 | 4/19/2019 |
| 1.0.0 | 119,044 | 8/11/2018 |
| 1.0.0-alpha-2 | 2,631 | 6/21/2018 |
| 1.0.0-alpha-1 | 2,324 | 5/5/2018 |
| 1.0.0-alpha | 1,896 | 4/14/2018 |