Hi team, can tenants share hosts and servers? or each should have an exclusive set.
x
Xiang Fu
01/21/2021, 1:36 AM
tenants don’t share same instances
Xiang Fu
01/21/2021, 1:37 AM
they should be exclusive unless you deploy multiple instances on same host
s
Sean Chen
01/21/2021, 1:39 AM
Got it. Thanks
j
Jackie
01/21/2021, 3:08 AM
We allow sharing hosts across tenants (you can add multiple tags to the same host), but that might make cluster management harder. Any specific reason why you want it shared?
s
Sean Chen
01/21/2021, 3:11 AM
I'm thinking about reusing the same resource to achieve tenant level isolation (access control).
j
Jackie
01/21/2021, 3:18 AM
If you need isolation, then the hosts should not be shared across tenants right?
s
Sean Chen
01/21/2021, 3:35 AM
it's to control access to the data, not the hosts.
x
Xiang Fu
01/21/2021, 9:52 AM
Can you give an example? For acl, do you mean query side isolation like user A can only query tenant A, user B can query tenant B, C?