Safe v1.5.1
starkandwayne-bot
released this
10 Dec 16:01
·
82 commits
to master
since this release
New Features
safe auth
now supports a--path
flag. This allows auth to be done against an auth backend that is not mounted at the default location.
Improvements
- Safe no longer ignores the path segment of the target URL for most commands. It is now prefixed onto the Vault API portion of the path. For example,
safe ls
with target URLhttps://myvault.com/foo
will queryhttps://myvault.com/foo/v1/secret
(sort of, but it works as a visual example).
Bug Fixes
- The auth commands now set the proper header if
--namespace
is set on the target.