Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

v1.1.3

Latest
Compare
Choose a tag to compare
@nemosupremo nemosupremo released this 13 Nov 21:42

Changes

  • Added the --skip-tls-verify flag to bypass TLS verification when communicating with Vault. This is useful for using self signed certificates or testing.
  • Fixed how the roles were assigned to task that requested a specific role. Previously tasks would always get tokens assigned to the first role defined in the policy. Now they properly get a token with the role they wished to be assigned.

Issue Reference

  • [#79] Unseal fails with self-signed cert
  • [#80] Only the first AppRole on the roles list is used for authentication