Skip to content

Releases: outfoxx/vault-plugin-secrets-jwt

v1.0.0-beta.5

17 Nov 04:54
5aaf918
Compare
Choose a tag to compare
Merge pull request #10 from outfoxx/test/stress

Add stress test

v1.0.0-beta.4

16 Nov 19:28
ceaf10e
Compare
Choose a tag to compare
Fix key pruning & rotation

Correctly sets `MinDecryptionVersion` on policy to ensure expired keys are deleted

Also
* Removese `clock` from backend, cannot inject into Policy functions and thus makes it _hard_ to use for testing things like rotation and pruning.
* Logs the mount (not key name) during rotation; required adding “mount” to chain of calling functions

v1.0.0-beta.3

20 Feb 21:15
ceed46b
Compare
Choose a tag to compare
Merge pull request #6 from outfoxx/task/dep-1.10

Downgrade bundled Vault to 1.10 series

v1.0.0-beta.2

19 Dec 04:50
7ed65fc
Compare
Choose a tag to compare

What's Changed

  • Update dependencies, build, tests & workflows by @kdubb in #3
  • Update lint action in CI workflow by @kdubb in #4
  • More updates and fixes to workflows by @kdubb in #5

Full Changelog: v1.0.0-alpha.19...v1.0.0-beta.2

v1.0.0-alpha.19

09 Mar 03:30
a48472e
Compare
Choose a tag to compare
Add `allowed_headers` to config response

v1.0.0-alpha.18

09 Mar 02:55
aa820c4
Compare
Choose a tag to compare
Add support for custom headers

v1.0.0-alpha.17

25 Feb 21:16
0a5eaad
Compare
Choose a tag to compare
Add goreleaser support

👀 1.0.0-alpha.1 Release

09 Nov 22:19
b0e12ae
Compare
Choose a tag to compare
Pre-release
Fix audience array handling in roles config

👀 1.0.0-alpha.0 Release

09 Nov 02:06
c115681
Compare
Choose a tag to compare
Pre-release
Enable pushing docker images