-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
enhancementNew feature or requestNew feature or request
Description
With #78 we will need to manually check to see if the token is stored on disk.
This opens up the ability to support encryption of ~/.vault-token to protect a stored token that has a long TTL.
Using vault login -no-store has the downside of forcing each new tty session to authenticate, which affects productivity when context switching between numerous connections. Allowing the token to be stored has the downside that it can be read, or accidentally stored in a backup/dotfile repo, etc.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request