v0.13.2 - "Secret Agent"
This release should allow Vaultenv to be used in conjunction with Vault agent.
Requests to vault now have the X-Vault-Request
header set, and the vault token has become an optional parameter. If the parameter is not set, the vault requests are sent without and Vault Agent is expected to add a token using auto auth.
As a result, a misconfiguration regarding missing tokens that would previously be detected locally are now detected by the Vault server instead. Vaultenv should still exit once it receives such a response.
In addition, VAULT_ADDR
is now allowed without port. The port defaults to 80
when the scheme is http://
and 443
when the scheme is https://
.