Skip to content

Releases: PremiereGlobal/vault-admin

0.5.0

13 May 17:28
58d209d
Compare
Choose a tag to compare

IMPROVEMENTS:

  • Added concurrency for all audit devices, auth methods, secrets engines, and policies

0.4.0

11 May 06:46
Compare
Choose a tag to compare

FEATURES:

  • Added support for Identity Group Aliases and Identity Group of Groups
  • Added support for JWT/OIDC auth backend roles
  • Added concurrency. By default, vault-admin will use 5 "threads" to process specific config items (currently only Identity secrets engine and JWT/OIDC roles). This count can be configured with the -n/--concurrent command line flags.
    • Note: Concurrency changes the order of operations for some actions. This should not pose any problems but any user prompts will now be held off until the end of the run.

IMPROVEMENTS:

  • Added documentation for the Identity secrets backend

BUGFIX:

  • Identity secrets backend now cleans up entity aliases correctly
  • Fixed bug introduced in v0.3.1 where the Docker container did not run vault-admin when started with no "CMD" parameter.

0.3.1

10 May 03:20
Compare
Choose a tag to compare
Releasing 0.3.1

0.3.0

24 Apr 17:37
Compare
Choose a tag to compare
Releasing 0.3.0

0.2.0

19 Apr 20:28
Compare
Choose a tag to compare
Releasing 0.2.0

0.1.0

19 Apr 03:47
Compare
Choose a tag to compare
Releasing 0.1.0

0.0.6

11 Apr 04:35
Compare
Choose a tag to compare
Releasing 0.0.6

0.0.5

10 Apr 04:54
Compare
Choose a tag to compare
Releasing 0.0.5

0.0.4

12 Sep 19:08
651c8a4
Compare
Choose a tag to compare
Releasing 0.0.4

0.0.3

11 May 04:47
Compare
Choose a tag to compare
Added audit device feature