Skip to content

Safe v1.5.1

Compare
Choose a tag to compare
@starkandwayne-bot 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 URL https://myvault.com/foo will query https://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.