-
Notifications
You must be signed in to change notification settings - Fork 26
Add AWS Secrets Manager integration #637
Copy link
Copy link
Closed
Labels
Milestone
Description
Describe the feature
Introduces a new integration with AWS Secrets Manager, including a configuration class (AwsSecretsManagerConfiguration) and a secret provider class (AwsSecretsManagerSecretProvider). The ServiceCollectionExtensions class is updated to register the new provider as a singleton service. The provider supports asynchronous secret retrieval, configuration validation, and JSON parsing for secret values, ensuring consistent key normalization.
Reactions are currently unavailable