Skip to content
This repository has been archived by the owner on Oct 6, 2019. It is now read-only.

v0.8.0

Compare
Choose a tag to compare
@Caiyeon Caiyeon released this 15 Dec 09:38
· 65 commits to master since this release

Summary:

v0.8.0 brings some security updates and new features to the frontend.
Deployment steps remain the same.

Notes:

  • TLS1.0, TLS1.1 have been disabled (#205)
  • DES/3DES ciphersuites have been disabled (#205)
  • Goldfish can now fetch its certificates from vault's PKI backend (#143)

Fixes:

  • f9ef8c6 Fixed a bug with editing non-string secret values
  • 6d893df Disabled TLS1.0 and TLS1.1, and disabled deprecated ciphersuites (#205)
  • 8e4b003 Fixed non-critical panics when an authentication backend is empty

Features:

  • b693f7d Allow using certificates from PKI backend (#143)
  • 3d5cc83 Allow sorting secrets alphabetically (#200)
  • e1e22a8 Updated frontend to Bulma v0.6.1 (Color-scheme changed as a result)
  • 250c15a User (tokens, userpass, etc.) page modal views have been filled out with details (#210)
  • 2914960 Line-by-line diff views added to policy requests
    • Syntax highlight and diff don't play ball together. Pull requests are welcome (#192)
  • 7762cba Smart search (policies page) got a lot smarter (#212)
    • Goldfish now borrows Vault's core code to check for a policy's capabilities on a path

Misc:

  • c7a17b8 Fixed icon alignments (#182)
  • 47a4a8a Favicon added (#168)
  • ceef80c Added screenshots and very basic frontend integration testing with Chromeless (#184)
  • 3caaed9 Secrets (key and value) boxes have been made monospace (#189)
  • 40632e2 Added confirmation to deleting multiple secrets (#196)
  • 715de22 Fixed typos
  • abc52a5 Frontend assets are now built with node v8.2.0+
  • 2cf9d6d Added confirmations for deleting single secret
  • c37d8ff Vault API updated to v0.9.0