ClusterCockpit / cc-backend

Web frontend and API backend server for ClusterCockpit Monitoring Framework
https://www.clustercockpit.org
MIT License
16 stars 14 forks source link

Introduce tag scope #275

Closed moebiusband73 closed 2 weeks ago

moebiusband73 commented 4 months ago

Currently tags are globally visible. Everybody including regular users can see all tags.

It would be useful if tags set by users are restricted to one user and globale tags are not visible to regular users.

A possible implementation would add a column scope which is then either global oder a user_id. For a regular user only his own tags are shown. The scope column can be set implicitly by considering the highest role.

spacehamster87 commented 3 months ago