Skip to main content

4 posts tagged with "changed"

View All Tags

Added

  • Filters to several list endpoints.
  • Groups to the Vertex, allowing for better organization of users and keys.

Changed

  • Bug fix for Freeze keys by name.

Added

  • Return 503 errors for new connections when the Vertex reaches MAX_CONNECTIONS.

Changed

  • UserAlreadyHasKeyPermission errors will now be treated internally, ignoring duplicate assignments for the same key.
  • Changed Vertex dockerfile from Alpine Linux to Distroless

Changed

  • Use Azure workload identities as the default identification method on newer deployment versions. Note: this doesn't affect users who will not use newer versions of Sodot's Azure deployment TF and Helm.

Changed

  • Changed delete keyshare API endpoints for HMAC-SHA256 and HMAC-SHA512 to use query parameters with /delete-key-share instead of path parameters (previously /delete-key-share/:key_id); the old path-based endpoints are deprecated, providing more flexible key management.
  • Added UserIdent support to allow identification by both user_name and user_id, improving API flexibility.

Improved

  • Improved handling of incoming connection bursts.
  • Enable the Vertex to handle more concurrent connections.