Skip to content

v1.4.0-beta-2

Pre-release
Pre-release
Compare
Choose a tag to compare
@arcus-automation arcus-automation released this 24 Nov 14:49
941d8c6

Install new version via NuGet

PM > Install-Package Arcus.Security.All --Version 1.4.0-beta-2

What is new?

Features

  • Provide HashiCorp Vault secret provider (#159)
  • Provide Docker Secrets secret Provider (#149)
  • Provide capability to mutate secret names before looking them up (#146)
  • Provide capability to define a prefix for environment variables (#161)
  • Provide additional logging for built-in secret providers
  • Provide capability to opt-in for security events (#205)
  • Provide capability to opt-in for dependency tracking for HashiCorp Vault (#181)
  • Provide capability to opt-in for dependency tracking for Azure Key Vault (#182)
  • Provide support for using Azure.Identity 📦 for Azure Key Vault (#191)

Fixes / Changes

  • Authorization issues for Azure Key Vault should not throw SecretNotFoundException (#170)
  • Increase version of Microsoft.Azure.Services.AppAuthentication to minimum v1.5.0
  • Increase version of Microsoft.IdentityModel.Clients.ActiveDirectory to minimum v5.2.0

Breaking Changes

None.

Removal

None.

Changes:

  • 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)
See More
  • 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.