We have several folders containing the dashboards. Each folder is meant for a specific team. The team-member can do what ever he/she wants to create within that folder only. I know how to restrict a user to a particular folder but not sure how can I restrict a user from creating a new folder itself? For example if there are 5 teams and 5 folders (containing multiple Panels within them) in the Dashboard view, the user within any team shouldn't be able to create 6th folder in dashboard except the Admin.
Asked
Active
Viewed 309 times
0
-
Please provide enough code so others can better understand or reproduce the problem. – Community Nov 04 '21 at 13:36
1 Answers
2
Only Grafana Admins can create, edit, or delete folders.
See more info at Grafana documentation here.

Marcelo Ávila de Oliveira
- 19,950
- 3
- 39
- 50
-
Thanks Marcelo! This table was useful and I figured it out... Gave the viewer permission to all the users and gave edit for their respective folders. This way they couldn't create folders – coderKeed Nov 03 '21 at 15:04
-