Update README.md
Beauty
This commit is contained in:
parent
254479d475
commit
5ccd887df5
30
README.md
30
README.md
@ -11,22 +11,22 @@ This project implements a **Service-Oriented Architecture (SOA)** for an art gal
|
||||
│
|
||||
┌──────────────────────────▼──────────────────────────────┐
|
||||
│ Apache Reverse Proxy │
|
||||
│ (SSL Termination + OIDC Validation) │
|
||||
│ (SSL Termination + OIDC Validation) │
|
||||
│ │
|
||||
│ /api/public/* ──────┐ ┌────── /api/private/* │
|
||||
│ (No Auth) │ │ (OIDC Required) │
|
||||
└───────────────────────┼──────┼───────────────────────────┘
|
||||
│ │
|
||||
│ │ (+ OIDC Headers)
|
||||
│ │
|
||||
┌─────────────▼──┐ ┌─▼──────────────┐
|
||||
│ │ │ │
|
||||
│ Public API │ │ Private API │
|
||||
│ (Laravel) │ │ (Flask) │
|
||||
│ Port 5001 │ │ Port 5002 │
|
||||
└─────────┬──────┘ └─┬──────────────┘
|
||||
│ │
|
||||
┌─────────▼──────────▼─────────┐ ┌──────────────┐
|
||||
│ /api/public/* ──────┐ ┌────── /api/private/* │
|
||||
│ (No Auth) │ │ (OIDC Required) │
|
||||
└───────────────────────┼──────┼──────────────────────────┘
|
||||
│ │ |
|
||||
│ │ (+ OIDC Headers) |
|
||||
│ │ |
|
||||
┌─────────────▼──┐ ┌─▼──────────────┐ |
|
||||
│ │ │ │ |
|
||||
│ Public API │ │ Private API │ |
|
||||
│ (Laravel) │ │ (Flask) │ |
|
||||
│ Port 5001 │ │ Port 5002 │ |
|
||||
└─────────┬──────┘ └─┬──────────────┘ |
|
||||
│ │ |
|
||||
┌─────────▼──────────▼─────────┐ ┌───────▼──────┐
|
||||
│ MySQL │ │ Keycloak │
|
||||
│ (Application DB) │ │ + Postgres │
|
||||
└──────────────────────────────┘ └──────────────┘
|
||||
|
Loading…
x
Reference in New Issue
Block a user