Commit ca89b78

mo khan <mo@mokhan.ca>
2025-03-06 21:32:17
docs: tidy up the architecture diagram
1 parent 7f1b5e2
Changed files (1)
README.md
@@ -25,20 +25,18 @@ Below is a recording of a SAML based service provider initiated login, displayin
        |
        V
  ---------------
- | API Gateway | (use casbin to evict early)
+ | API Gateway | (use casbin to evict early, reverse proxy, inject context headers)
  ---------------
-        | (reverse proxy and injects context headers)
-        |                               -----
-        |    --------------------      (_____)
-        |--->| IdP (saml, oidc) |----->| db  |
-        |    |                  |       -----
+        |
+        |    --------------------
+        |--->| IdP (saml, oidc) |
         |    --------------------
         |    | :http   | :grpc  | (use declarative_policy)
         |    --------------------
-        |                  A
-   -----------             |
-   |         |             |
-   V         V             |
+        |        A         A
+   -----------   |         |
+   |         |   |         |
+   V         V   |         |
  ------    ------------    |
  | UI |    | REST API |----|
  ------    ------------