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
/datapath (and children). - Defines the errors that may occur in the
brane-regcrate. - Implements function(s) that handle various REST function(s) on the
/healthpath(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-regcrate. - 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
/versionpath(s).