L. C. Hsieh created SPARK-58984:
-----------------------------------

             Summary: Import scg-tenant crate into Spark Connect Gateway
                 Key: SPARK-58984
                 URL: https://issues.apache.org/jira/browse/SPARK-58984
             Project: Spark
          Issue Type: Sub-task
          Components: Connect
    Affects Versions: connect-gateway-0.1.0
            Reporter: L. C. Hsieh
            Assignee: L. C. Hsieh


Part of importing the Spark Connect Gateway reference implementation into
apache/spark-connect-gateway as a series of small, bottom-up PRs.

This adds the scg-tenant crate — tenant resolution for multi-tenant routing.
The gateway's routing key is (tenant, user_id, session_id); this crate resolves
the tenant for a request so the proxy can route and isolate per tenant.

scg-tenant depends on the scg-auth crate (SPARK-58901) for the request identity
it resolves the tenant from. It compiles and tests on its own (9 unit tests) and
is appended to the workspace members list. It is consumed later by the proxy
crate.




--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to