- security: Add GenerateConsulToken API to SecretClient interface (#6432e0d)
- security: Add Generate Registry Token API for secretstore client (#5e2f4d4)
- Reduce the resource constraints as too many semaphores costs now (#1b8a009)
- security: Fix JSON structure of token self response (#d9d1b45)
- 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'`
- Resolve compiler errors in unit test when using latest go-mod-core-contracts (#7271790)
- Implement better abstraction for use in Secret Provider (#62837fd)
- Remove trailing slash from vault URL to avoid 400 error (#1487bb7)