How to make one dashboard for multiple tenants - each can see only own data #30853
Replies: 1 comment
-
Hey @lindstrom79, I'm here to assist you with any bugs, questions, or contributions you have. Let's get started! To create a single dashboard in Superset for multiple tenants where each client can only see their own data, you can use Superset's role-based access control (RBAC) and dataset permissions. Here's a structured approach:
By setting up your datasets with appropriate permissions and assigning roles to users, you can maintain a single dashboard while ensuring each user only sees their own data [1][2]. |
Beta Was this translation helpful? Give feedback.
-
Hi,
We are running a multi-tenancy tool and each client has it sown DB. We want to provide for each client a dashboard in Superset, but I want to avoid 1-n boards. I would like to have 1 board where n client have access to (based on user and role), but each client can only see his own data. We had a hack for this made in SQL Lab, but I wonder whether there an official way to do this since I can´t be the only one who faced this issue. Thank you!
Beta Was this translation helpful? Give feedback.
All reactions