You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Notify user when their token will soon expire (#81)
To help avoid unexpected expiration of tokens, the user is provided with a warning when they use a renewable token and it is due to expire in less than 7 days (default).
The threshold for notifying about renewing tokens, SSH_MS_RENEW_THRESHOLD can be defined for make build and make binaries.
Use only vault/api in application code (#80)
To reduce size as well as simply issues arising from indirect dependencies, replacing the use of HashiCorp vault/command with the api in the helper code.
Add support for SendEnv (#76)
In cases where the remote server supports environment variables being passed across, adding support for storing SendEnv in the connection's configuration