-
Notifications
You must be signed in to change notification settings - Fork 26
Add HashiCorp Vault secret provider implementation #636
Copy link
Copy link
Closed
Labels
Milestone
Description
Describe the feature
Introduces a new secret provider for HashiCorp Vault, including a configuration class (HashiCorpVaultConfiguration) and the main provider class (HashiCorpVaultSecretProvider). The ServiceCollectionExtensions is updated to register the new provider as a singleton service. The provider includes methods for configuration, retrieving secrets, and validating authentication options (token or AppRole), enhancing the application's secret management capabilities.
Reactions are currently unavailable