Skip to content
This repository has been archived by the owner on Feb 27, 2024. It is now read-only.

signify keria request authentication protocol

Henk van Cann edited this page May 18, 2023 · 2 revisions

Definition

The KERIA service will expose 3 separate HTTP endpoints on 3 separate network interfaces.

  1. Boot Interface - Exposes one endpoint for Agent Worker initialization.
  2. Admin Interface - The REST API for command and control operations from the Signify Client.
  3. KERI Protocol Interface - CESR over HTTP endpoint for KERI protocol interactions with the rest of the world.

This separation allows for the Boot interface to be expose to internal infrastructure only (or disabled all together) while exposing the other two interfaces externally. If a KERIA instance is launched in static worker mode, meaning all agent workers are configured at start up only the Boot interface can be disabled completely.
More at source Github Signify

Clone this wiki locally