Skip to main content

28 posts tagged with "vertex"

View All Tags

Fixed

  • Fixed /list-all-user-keys incorrectly returning 500 when no keys exist for the user.
  • Registered signal handlers for graceful shutdown on SIGINT and SIGTERM.
  • Fixed policy validation-issue on ExportableEd25519 public keys.

Fixed

  • Fixed bug where some DB entries became unreadable.
    • This bug fix also allows the Vertex to read any unreadable entries created.

Fixed

  • Remove the configurations-secret.yaml template from the vertex-azure helm, since it's not supported currently.

Added

  • The /info route was added to the Vertex, exposing various information such as the Version, relay address, etc.

Added

  • Vertex now supports encrypting and decrypting shares you try to export and import (respectively)! You can read more about this feature in our dedicated documentation page about backing up your key shares.
  • We've enhanced our user-management APIs! You can read more about how to manage your users in our dedicated documentation page about user management.