This repository has been archived by the owner on Jan 8, 2024. It is now read-only.
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.