A suggestion for the nav bar display after anonymous access to a dashboard

When we navigate anonymously to a dashboard, I noticed that we can still see the Search and Dashboards->Manage menus in the left navigation bar. I think this is a problem because it means that any anonymous visitor can easily find and view all the dashboard, even if you only want him to see the one dashboard you want him to see.


So I personally think these two menus should be hidden when accessing Grafana anonymously, or provide related options as in Explore menu
#################################### Explore #############################
[explore]
#Enable the Explore section
enabled = false

For examples, add the following two options to grafana.ini:
#################################### Search #############################
[search]
#Enable the Search section
enabled = false

#################################### Dashboards #############################
[dashboards]
#Enable the Dashboards section
enabled = false

Hi @zhouchi

I think this could make a great enhancement. You should start a discussion for the feature over in the repo and see if it gets any traction :+1:

This topic was automatically closed after 365 days. New replies are no longer allowed.