From 5e9024a42e721745de487b72305554357c92a2dd Mon Sep 17 00:00:00 2001 From: "grafana-delivery-bot[bot]" <132647405+grafana-delivery-bot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 11:28:33 +0200 Subject: [PATCH] [v11.2.x] Update _index.md (#95469) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Irene Rodríguez Co-authored-by: Jay <92761481+JayEkin@users.noreply.github.com> --- .../configure-security/configure-authentication/_index.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/sources/setup-grafana/configure-security/configure-authentication/_index.md b/docs/sources/setup-grafana/configure-security/configure-authentication/_index.md index 72d7cd80eb9..c7b23b78cc6 100644 --- a/docs/sources/setup-grafana/configure-security/configure-authentication/_index.md +++ b/docs/sources/setup-grafana/configure-security/configure-authentication/_index.md @@ -140,6 +140,11 @@ Example: [auth.anonymous] enabled = true +{{< admonition type="note" >}} +Enabling anonymous access is a disallowed configuration setting on Hosted Grafana and not recommended due [security implications](https://grafana.com/docs/grafana/latest/setup-grafana/configure-security/#implications-of-enabling-anonymous-access-to-dashboards). +For sharing dashboards with a wider audience, consider using the [public dashboard feature](https://grafana.com/docs/grafana/latest/dashboards/dashboard-public/) instead. +{{< /admonition >}} + # Organization name that should be used for unauthenticated users org_name = Main Org.