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
If you need a scoped cache, use the client as context manager:
withclient:
old=client.get("a")
Be consistent whether we crash or not, in vault-cli env (#178)
In some cases, vault-cli env might still run your program even if it could fetch the secrets.
New behaviour is:
vault-cli env will never run your program it it fails while accessing a secret
vault-cli env --force will always run your program, some environment variables might be missing.
Make the official command-line executable name vault-cli instead of vault. vault will continue to work for an undeterminate amount of time, except if
we receive complaints. (#89)