coderKeed
coderKeed

Reputation: 21

Restrict grafana user from creating any new folder

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.

Upvotes: 0

Views: 582

Answers (1)

Only Grafana Admins can create, edit, or delete folders.

See more info at Grafana documentation here.

Upvotes: 2

Related Questions