Skip to content

Releases: Qarik-Group/safe

Safe v0.0.10

26 May 20:52
Compare
Choose a tag to compare

New Features

  • safe now writes a small ~/.svtoken file for other
    applications (like [Spruce][1]) to use without having to
    understand the ~/.saferc file format.
  • safe now understands the vault subcommand, allowing users to
    hook up targets in ~/.saferc to the vault cli.

Bug Fixes

  • safe no longer requires the ~/.vault-token file to be set.
  • safe now correctly uses the tokens listed in ~/.saferc when
    connecting to the targeted vault.

Safe v0.0.9

21 Apr 15:57
Compare
Choose a tag to compare

Bug Fixes

  • Strip trailing newline from values read via normal prompts,
    to ensure that LDAP authentication works properly.

Safe v0.0.8

21 Apr 15:02
Compare
Choose a tag to compare

New Features

  • Targets - safe can now bounce between any number of
    Vaults easily, without getting the wires crossed.
  • Authentication - safe auth now handles the authentication
    against the Vault (using either token, Github or LDAP backends)
  • The new safe env sub-command exists to help troubleshoot
    auth/targeting issues.
  • New safe paste sub-command is just like safe set, except it
    never asks for confirmation of what you just pasted from
    1password.

Safe v0.0.7

05 Apr 15:39
Compare
Choose a tag to compare

Bug Fixes

Fix versioning problem / Github Release issues in pipeline

Safe v0.0.6

05 Apr 15:32
Compare
Choose a tag to compare

New Features

  • New safe help command to get help right there, in your
    terminal! HT/@geofffranks

Safe v0.0.5

05 Apr 15:19
Compare
Choose a tag to compare

Test Release Notes (please ignore)

Safe v0.0.4

17 Mar 16:25
Compare
Choose a tag to compare

New Features

safe tree now defaults to listing all of secret/ if no arguments are specified.

"Bug" Fixes

Concourse build pipeline fixed after upgrade to 0.74.0. :/

Safe v0.0.3

22 Feb 15:13
Compare
Choose a tag to compare

New Features

New tree subcommand for printing a hierarchical listing of all
of the reachable paths.

New paths subcommand for printing a flat listing of all of the
reachable paths (fully-qualified).

New export and import subcommands for exporting and
re-importing (bulk read / write) of entire subtrees, possibly from
different Vaults.

Safe v0.0.2

16 Feb 17:45
Compare
Choose a tag to compare

Enhancements

There is now a new prompt sub-command that prints out messages.
It can be used in long pipeline chains to provide some direction to the
end user about what is coming next ("now enter RabbitMQ creds")

safe now honors the $VAULT_SKIP_VERIFY environment variable,
and will skip TLS certificate verification when so directed.

The set operation now prints the "fixed" values to the screen, so that if
you call something like this:

safe set secret/creds username=opsadmin password

it will prompt for the password subkey after it has printed out that the
associated username is "opsadmin".

Bug Fixes

Terminating an interactive session now properly re-sets the ECHO
terminal property, so you can tell what you are typing again.

Safe v0.0.1

10 Feb 23:14
Compare
Choose a tag to compare

Initial Release

This is the first public release of safe, a Vault CLI.