You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As an enterprise users, I want to be able to grant the users of the webinterface different (minimal) capabilities, so that e.g. developers can not take down the whole fleet.
Ideas
Users should be allowed to manage only a specific device
Users should be limited in what devices they can observere
The text was updated successfully, but these errors were encountered:
There are some rudimentary permissions already included, such as device.read and device.write. How would you suggest we go about adding per-device permissions? I thought about a tagging system for a while, but we kindof have hardware for that now.
Here are my ideas -
Specific permissions like device.{uuid}.[read|write|delete], which would require a backward incompatible change to device.*.[read|write|delete] from device.[read|write|delete]
Hardware based permissions for devices, so device.hardware.{hw_revision}.[read|write|delete]. Also backwards incompatible.
Goal
As an enterprise users, I want to be able to grant the users of the webinterface different (minimal) capabilities, so that e.g. developers can not take down the whole fleet.
Ideas
The text was updated successfully, but these errors were encountered: