Skip to content

Latest commit

 

History

History
34 lines (30 loc) · 1.88 KB

CHANGELOG.md

File metadata and controls

34 lines (30 loc) · 1.88 KB

Secrets Module (in Go)

Github repository

[2.0.0] - 2021-06-30

Features ✨

  • security: Add GenerateConsulToken API to SecretClient interface (#6432e0d)
  • security: Add Generate Registry Token API for secretstore client (#5e2f4d4)

Bug Fixes 🐛

  • Reduce the resource constraints as too many semaphores costs now (#1b8a009)
  • security: Fix JSON structure of token self response (#d9d1b45)

Code Refactoring ♻

  • Tweaked GenerateConsulToken to use service's own token (#fe93ff0)
  • Change unseal to just take KeysBase64 (#f998050)
  • Refactor to be proper abstraction of a SecretStore (#89b3b67)
    BREAKING CHANGE:
    All existing SecretStore configuration must add `Type = 'vault'`
    

[v0.0.30] - 2021-01-07

Code Refactoring ♻

  • Resolve compiler errors in unit test when using latest go-mod-core-contracts (#7271790)

[v0.0.28] - 2020-12-15

Code Refactoring ♻

  • Implement better abstraction for use in Secret Provider (#62837fd)

[v0.0.21] - 2020-09-16

Bug Fixes 🐛

  • Remove trailing slash from vault URL to avoid 400 error (#1487bb7)