From d9ca794b304b992c8020aaa172f2ce0e96b71073 Mon Sep 17 00:00:00 2001 From: Beverly Buchanan <131809838+BeverlyJaneJ@users.noreply.github.com> Date: Thu, 20 Mar 2025 06:37:45 -0400 Subject: [PATCH] Docs: Update service account doc (#102498) added content from support ticket --- docs/sources/administration/service-accounts/_index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/sources/administration/service-accounts/_index.md b/docs/sources/administration/service-accounts/_index.md index b853496c094..dc2799d9e3e 100644 --- a/docs/sources/administration/service-accounts/_index.md +++ b/docs/sources/administration/service-accounts/_index.md @@ -63,6 +63,8 @@ refs: You can use a service account to run automated workloads in Grafana, such as dashboard provisioning, configuration, or report generation. Create service accounts and tokens to authenticate applications, such as Terraform, with the Grafana API. +A service account is not the same as a Grafana [user](/docs/grafana/latest/administration/user-management/). The role of a service account is primarily to automate work using the Grafana API. + {{< admonition type="note" >}} Service accounts replace [API keys](ref:migrate-api-keys) as the primary way to authenticate applications that interact with Grafana. {{< /admonition >}}