Skip to content

Support encryption of ~/.vault-token #79

Description

@cezmunsta

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.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions