server: create http middleware that routes to appropriate in-process tenant #91537
Labels
C-enhancement
Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
In-process non-system tenants can accept HTTP requests to their status/admin servers through the single HTTP port of the node by parsing a cookie selecting a tenant either by ID or name.
The request is routed automatically to that tenant and the session cookie is resolved in that tenant's context.
Out of scope:
Jira issue: CRDB-21310
Epic CRDB-14487
The text was updated successfully, but these errors were encountered: