AWSSecretsManagerConfigurationExtensions Versions Save

This repository contains a provider for Microsoft.Extensions.Configuration that retrieves secrets stored in AWS Secrets Manager.

v1.7.0

1 year ago

v1.6.3

2 years ago
  • Added XML comments to properties of SecretsManagerConfigurationProviderOptions #60

Thanks @devklick for the contribution!

v1.6.2

3 years ago
  • Fill the name of the SecretListEntry from the GetSecretValueResponse when options.AcceptedSecretArns is specified #54

Thanks to @ycherkes for fixing this issue.

v1.6.1

3 years ago

Fixed small issues created in version 1.6.0

  • An excessive amount of exceptions was thrown while testing if a secret value is a json snippet #52
  • Missing Name property when AcceptedSecretArns configuration is populated #51

Special thanks to @ycherkes (aka @smurtdev) for his help.

v1.6.0

3 years ago
  • Added possibility to specify a list of ARNs to access rather than scanning all available secrets #46
  • Added possibility to use AWS SecretsManager filters capabilities #47
  • Made JSON detection more robust #50

Thanks @scott-phillips-ah, @ycherkes, @smurtdev, @mirkogeffken

v1.5.0

3 years ago

Added possibility to explicitly force the reload of the configuration (#42)

Thanks @TheRubble

v1.4.1

3 years ago
  • Aligned the provider with .NET recommendations about case-sensitiveness of underlying dictionary (#32)

Thanks @Erwinvandervalk

v1.4.0

3 years ago
  • Add support for custom client factory (#30)

v1.3.0

3 years ago
  • Added support to refresh the provider with updated secrets via polling (#23)

Thanks @manuel-guilbault

v1.2.1

4 years ago
  • Fixed an issue with secrets whose plain text value contained a JSON string representing an array of complex objects. #22

Thanks @udlose