Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 808 Bytes

05_building_block_view.md

File metadata and controls

33 lines (23 loc) · 808 Bytes

Building Block View

Summary

In the following image you see the overall system overview of the SSI Authority & Schema Registry

flowchart LR

    C(Customer)
    ING(Ingress)
    RS(Registry Service)
    PHD[("Postgres Database \n \n (Base data created with \n application seeding)")]

    subgraph SSI Authority & Schema Registry Product
        ING
        PHD
        RS
    end

    C-->|"Requests data"|ING
    ING-->|"Forward Request"|RS
    RS-->|"Reads credentials & authorities"|PHD

Loading

NOTICE

This work is licensed under the Apache-2.0.