多租户场景下如何保护元数据库 #5529
Unanswered
YaofengMai
asked this question in
Q&A
多租户场景下如何保护元数据库
#5529
Replies: 1 comment
-
用文件系统的权限做隔离 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
利用juicefs来搭建分布式存储系统,提供多租户使用,期望每个用户能访问所开放给他的数据。但针对元数据(redis/pg/tikv),面临一个问题是这个元数据暴露在各使用者面前,特别是对于非可信用户,可能会面临各种情况:
所以,从安全性角度看,上面的问题有没有解决方案或者work-around?或者说,是否只能给“可信”(内部)用户使用,不能开放多租户?
Beta Was this translation helpful? Give feedback.
All reactions