Skip to content

Safe v0.6.0

Compare
Choose a tag to compare
@jhunt jhunt released this 08 Dec 06:18
· 303 commits to master since this release

New Features

  • safe init is a new command that lets you initialize a new
    Vault with custom keying configuration, greatly simplifying
    standup operations.

  • safe rekey now features the same flags as safe init for
    consistency and uniformity.

  • safe renew is a new command that lets you renew the current
    token (if it is renewable, which root tokens generally aren't)

Improvements

  • Remove silly debugging statement that escaped into the wild.