ClusterCockpit / cc-backend

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

Introduce tag scope #275

Open moebiusband73 opened 1 week ago

moebiusband73 commented 1 week 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.