rpc: don't allow cross-tenant RPCs #96150
Labels
A-multitenancy
Related to multi-tenancy
A-security
C-bug
Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.
Describe the problem
Currently a server for tenant 123 can perform RPCs to a server for tenant 456.
This is not a security issue in CC serverless, but it can result in confusing errors in tests if the test contains a mistake and a test server accidentally attempts to connect to a server run by a different test.
Expected behavior
Tenant servers should only accept RPCs by other servers running with the same tenant ID.
Epic: CRDB-23559.
Jira issue: CRDB-23968
The text was updated successfully, but these errors were encountered: