Closed dgags closed 5 years ago
The default behavior for vault login ... will persist your token to ~/.vault-token. It would be nice if vsh would fall back to using the file if $VAULT_TOKEN is not set.
vault login ...
~/.vault-token
vsh
$VAULT_TOKEN
Good idea :+1:
Merged to master
master
The default behavior for
vault login ...
will persist your token to~/.vault-token
. It would be nice ifvsh
would fall back to using the file if$VAULT_TOKEN
is not set.