v0.28.0
·
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 thetorus 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'stfvars
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
withtorus list
making it easy to list and search for secrets within a project. Listing secrets is now twice as fast astorus 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.