Skip to content

v0.2.0 - Credhub and Ops Manager

Compare
Choose a tag to compare
@thomasmitchell thomasmitchell released this 10 May 15:33
· 149 commits to master since this release

New Features

  • doomsday server now supports config server (credhub) and ops manager as credentials backends. Watch your certs in all the places.

Improvements

  • The CLI now gives a more informative error message when the user is not authenticated to doomsday.
  • The server now uses multiple goroutines when fetching secrets from the credential backends. I've found this often yields about a 20% speedup over... not using multiple goroutines.