Skip to content

v0.28.0

Compare
Choose a tag to compare
@ianlivingstone ianlivingstone released this 05 Dec 16:36
· 131 commits to master since this release

Notable Changes

  • Introduced command orgs members --org ORG to list all members within an
    organization.
  • Changed the output style of teams members to match the output style of
    orgs members --org ORG.
  • Introduced the torus export command making it easy to export secrets from a
    specific environment and service. As a result the torus view --format, -f
    flas has been deprecated and will be removed on December 31st 2017.
  • Using torus export, you can now export secrets to terraform's tfvars file format.
  • Encryption keys, user passwords, and machine secret tokens are now stored in
    secure and guarded memory making it more difficult to extract data from a
    running process.
  • Replaced torus ls with torus list making it easy to list and search for secrets within a project. Listing secrets is now twice as fast as torus ls.

Fixes

  • Fixed a bug preventing old credential values from being decrypted.
  • Previously, expiration of a key was set to be one year, instead, we've set it
    to be three. This fixes a bug which prevented users from setting secrets as
    their keys had expired. A corresponding change was made to the torus server.