Skip to content

Commit 00db93c

Browse files
committed
More update
1 parent ae5564b commit 00db93c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

design-proposals/platform-multi-tenancy-simplification.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ The current EMF architecture exhibits several key issues:
5858

5959
The proposed architecture is modular and flexible, focusing on these key changes:
6060

61-
- The Multi-tenant API Gateway is reduced to a simple HTTP router for Tenant Manager APIs.
61+
- The Multi-tenant API Gateway is simplified to act only as an HTTP router for Tenant Manager APIs. In the short term,
62+
it remains Nexus-based, with plans to re-implement it as a lightweight HTTP router in the future.
6263
- Core services (AO, CO, EIM) expose their APIs directly, removing the need for centralized API gateway coordination.
6364
- Multi-tenancy is configurable; Tenant Manager and controllers can be enabled or disabled per deployment.
6465
- When multi-tenancy is off, services initialize a default tenant and restrict API requests to the default project for

0 commit comments

Comments
 (0)