mirror of
https://github.com/Luzifer/vault-openvpn.git
synced 2024-11-08 16:20:05 +00:00
66ccd94069
First of all, thanks for the great tool!
This PR fixes an error encountered by one of our developers which occured when they had manually created the `~/.vault-token` file, and their editor had added a trailing newline. The error comes from the following line: https://github.com/hashicorp/vault/blob/master/api/client.go#L747
The official vault client was patched for this in
|
||
---|---|---|
.. | ||
client.go | ||
helpers.go | ||
list.go | ||
revoke-serial.go | ||
revoke.go | ||
root.go | ||
server.go | ||
structs.go | ||
version.go |