v1.4.0
Install new version via NuGet
What's new?
Features
- Provide the capability to mutate the secret names before looking them up (#146)
- Provide the capability to include secrets from Docker secrets to the secret store (#149)
- Provide the capability to include HashiCorp secrets to the secret store (#159)
- Provide the capability to retrieve specific secret providers based on a registered name in the secret store (#204)
- Provide the capability to store secrets in the Azure Key Vault secret provider (#206)
- Provide the capability to track dependencies in the Azure Key Vault and HashiCorp secret providers (#181 & #182)
- Provide the capability to use the secret store outside .NET Core hosting (#215)
- Provide the capability to opt-in to track security events in the secret store (#205)
- Provide the capability to add critical exceptions to change the secret retrieval behavior in the secret store (#170)
- Provide the capability to use the new Azure.Identity SDK to authenticate in the Azure Key Vault secret provider (#191)
- Provide the capability to add a prefix to the environment secret provider (#168)
Fixes / Changes
None.
Breaking Changes
None.
Removal
- Removed the ASP.NET Core dependency in the general security package (#190)
Changes:
- 0d6852b Build(deps): Bump nokogiri from 1.10.10 to 1.11.0 in /docs (#227)
- 7d283ef Feature - update to Arcus.Observability v2.0 (#226)
- 010a7cb Docs - add remaining 'usings' to feature docs (#225)
- 3f973da Docs - add usings to code samples in feature docs (#224)
- 3b9d771 Feature - simplify Azure Key Vault secret store overloads (#220)
- a897e77 Feature - use secret source name within security logging (#222)
- 72457b2 Feature - use '.AddSecretStore' in Azure Functions secret store extension (#221)
- 25e461f Fix - use default Azure TokenCredential for more dev-friendliness (#218)
- 61bc390 Feature - provide capability to store in Azure Key Vault (#210)
- f4feab0 Feature - retrieve a specific secret provider based on a registered name (#211)
See More
- bf20134 Feature - add secret store to IServiceCollection (#216)
- 941d8c6 Feature - track HashiCorp Vault dependency (#209)
- fae34d8 Feature - track Azure Key Vault dependency (#207)
- bafff70 Feature - opt-in of security events in secret store (#208)
- 7c4ffd4 Authenticator -> Authentication for v1.x (#203)
- e3c7688 Feature - provide support for using new Azure.Identity SDK in Azure Key Vault secret provider (#193)
- 11e6daf Increase version of Microsoft.Azure.Services.AppAuthentication (#201)
- 4a1fd0d Add a SecretProvider that can be used for Docker Secrets (#171)
- 94fa164 Feature - add service dependency logging on built-in secret providers (#186)
- 2e59a52 Migrate from Polly-Signed to Polly (#198)
- ce8146f Fix - throw NotSupportedException when accessing the cache config directly from the secret store (#192)
- b990717 Feature - add configurable critical exceptions to the secret store (#175)
- 54632bd Feature - add secret name mutation to HashiCorp Vault secret store builder extensions (#188)
- 56e7c32 Remove the dependency to AspNetCore (#190)
- 6b878e8 Feature - add secret providers to secret store w/ dependent services (#185)
- 7f8565e Update README.md (#184)
- 336801a Docs - add HashiCorp Vault link to index page (#183)
- db6dd57 Fix broken link to HashiCorp Vault (#180)
- 16fbe3d Feature - add guards against Azure Key Vault component formats (#178)
- 7131882 Feature - add HashiCorp Vault secret provider (#165)
- fbbe335 Fixup - UserSecrets should return
null
secret value (#172) - 03a7d85 Feature - mutate secret names before looking up (#164)
- 0578e75 Update build.yml (#166)
- 2511edf Upgrade doc depenencies and patch CVE-2020-14001 (#163)
- 065d062 Feature - add prefix to environment variable secret provider (#162)
- bf8c588 Docs - publish v1.3.0 feature docs (#158)
This list of changes was auto generated.