Crate brane_reg

Source
Expand description

The brane-reg service implements a domain-local registry for both containers and datasets.

Modulesยง

  • Implements handlers for validation-only request endpoints.
  • Defines functions that handle various REST-functions on the /data path (and children).
  • Defines the errors that may occur in the brane-reg crate.
  • Implements function(s) that handle various REST function(s) on the /health path(s).
  • Defines path functions for infrastructure-related querying.
  • Contains code pertaining to the actual server itself. This mostly deals with TLS & SSL so that we can identify clients based on certificates used.
  • Contains (public) interfaces and structs for the brane-reg crate.
  • Represents a very simple JSON-based, local store. This is to interface with the file that system administrators defined.
  • Implements the function(s) that handle the /version path(s).