Note:
This topic has been translated from a Chinese forum by GPT and might contain errors.
Original topic: Tikv有权限管理嘛,就是业务方比如只能访问到属于他的那一部分数据?
Version V6.0
Does TiKV have access control features to allow different business parties to access their own data while preventing access to data that does not belong to them?
This issue is not described very clearly. TiKV is for storage, and access control for data should not be balanced at the TiKV nodes.
If you simply deploy PD + TiKV for raw KV service, there is no access control.
Currently, the authentication and authorization module is not supported.
Refer to this:
This should be achieved through permission control at the logical level on TiDB.
This topic was automatically closed 1 minute after the last reply. No new replies are allowed.