Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 797 Bytes

05_building_block_view.md

File metadata and controls

33 lines (23 loc) · 797 Bytes

Building Block View

Summary

In the following image you see the overall system overview of the Policy Hub

flowchart LR

    C(Customer)
    ING(Ingress)
    PH(Policy Hub API)
    PHD[("Postgres Database \n \n (Data created with \n application seeding)")]

    subgraph Policy-Hub Product   
     ING
     PH
     PHD
    end

    C-->|"Authentication & Authorization Data \n (Using JWT)"|ING
    ING-->|"Forward Request"|PH
    PH-->|"Read policies, use cases, \n credential types, policy rules"|PHD

Loading

NOTICE

This work is licensed under the Apache-2.0.