Skip to content

Tags: Kralizek/AWSSecretsManagerConfigurationExtensions

Tags

v1.7.0

Toggle v1.7.0's commit message
Allow customization of GetSecretValueRequest (#77)

v1.6.3

Toggle v1.6.3's commit message
Added XML comments to properties in SecretsManagerConfigurationProvid…

…erOptions (#60)

v1.6.2

Toggle v1.6.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fill the name of the SecretListEntry from the GetSecretValueResponse …

…when AcceptedSecretArns are populated. (#54)

Co-authored-by: ycherkes <[email protected]>

v1.6.1

Toggle v1.6.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix "Missing Name property when AcceptedSecretArns configuration is p…

…opulated". (#51)

Co-authored-by: ycherkes <[email protected]>
Co-authored-by: Renato Golia <[email protected]>

v1.6.0

Toggle v1.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Make JSON check more robust (#50)

- Uses JToken.Parse and catches possible JsonReaderException to detect if given string is a JSON snippet

v1.5.0

Toggle v1.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Added function to force the reload on demand (#42)

Co-authored-by: TheRubble <[email protected]>

v1.4.1

Toggle v1.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Make dictionary case insensitive (#32)

* Make dictionary case insensitive

Co-authored-by: Renato Golia <[email protected]>

v1.4.0

Toggle v1.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add support for custom client factory (#30)

* Added support for custom SecretsManager client factory
* Refresh tests
* Added sample

v1.3.0

Toggle v1.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add polling to reload configuration upon secrets changes. (#27)

Signed-off-by: Manuel Guilbault <[email protected]>
Co-authored-by: Renato Golia <[email protected]>

v1.2.1

Toggle v1.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix support for arrays of complex objects (#22)

change usage of JObject.Parse to JToken.Parse so that an array of json can be handled without error