Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implementing User-Based Device Filtering in ThingsBoard #10774

Open
HuseynA28 opened this issue May 13, 2024 · 0 comments
Open

Implementing User-Based Device Filtering in ThingsBoard #10774

HuseynA28 opened this issue May 13, 2024 · 0 comments
Assignees
Labels
question generic question

Comments

@HuseynA28
Copy link

I am planning to filter devices based on the user in Thingsbaord . Imagine there is a main user; this user allows other users to see information about certain devices or not. I am planning the following:
I created a table that is appeared in each device detailed state , that shows the username, and next to it, a checkbox that allows the main user to grant this user access to a device ( to which in you are in detailed state). If it is true, the name of the device is written on the user's new telemetry or added because there could be more devices. After that, I plan to filter the table based on the user telemetry information (device names) so that some users can see information about only some devices ( which the main user allowed).
Challenges/Questions:
What is the best way to structure this data within ThingsBoard to facilitate efficient access control and filtering? Are there any built-in ThingsBoard features that could simplify the management and filtering of device access based on user telemetry?

@HuseynA28 HuseynA28 added the question generic question label May 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question generic question
Projects
None yet
Development

No branches or pull requests

2 participants