Added note that anonymous access permission is no longer available. (#36142)

This commit is contained in:
achatterjee-grafana 2021-06-25 09:46:26 -04:00 committed by GitHub
parent 58bbe17d84
commit 3332e02a5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 2 deletions

View File

@ -15,6 +15,8 @@ Refer to [Share a dashboard]({{< relref "share-dashboard.md" >}}) and [Share a p
You must have an authorized viewer permission to see an image rendered by a direct link.
The same permission is also required to view embedded links unless you have anonymous access permission enabled for your Grafana instance. You can enable [anonymous access]({{< relref "../auth/overview.md" >}}) by yourself in Grafana OSS.
The same permission is also required to view embedded links unless you have anonymous access permission enabled for your Grafana instance.
*> Note:** As of Grafana 8.0, anonymous access permission is no available for Grafana Cloud.
When you share a panel or dashboard as a snapshot, a snapshot (of the panel or the dashboard at that moment in time) is publicly available on the web. Anyone with a link to it can access it. Since snapshots do not need any authorization to view, Grafana strips information related to the account it came from, as well as any sensitive data from the snapshot.

View File

@ -59,7 +59,9 @@ If you created a snapshot by mistake, click **delete snapshot** to remove the sn
## Embed panel
You can embed a panel using an iframe on another web site. Unless anonymous access permission is enabled, the viewer must be signed into Grafana to view the graph.
You can embed a panel using an iframe on another web site. A viewer must be signed into Grafana to view the graph.
**> Note:** As of Grafana 8.0, anonymous access permission is no available for Grafana Cloud.
![Panel share embed](/static/img/docs/sharing/share-panel-embedded-link-8-0.png)