From 7a916962f27cb0db74705422a558ba1e2a936458 Mon Sep 17 00:00:00 2001 From: Eric Leijonmarck Date: Mon, 8 May 2023 15:09:38 +0100 Subject: [PATCH] Docs: Update API keys docs to mark that api keys will be service account tokens (#67975) * update docs to mark that api keys will be service account tokens * Update docs/sources/administration/api-keys/index.md * Update docs/sources/administration/api-keys/index.md Co-authored-by: Vardan Torosyan --------- Co-authored-by: Vardan Torosyan --- docs/sources/administration/api-keys/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/administration/api-keys/index.md b/docs/sources/administration/api-keys/index.md index 462061476fc..1116227f743 100644 --- a/docs/sources/administration/api-keys/index.md +++ b/docs/sources/administration/api-keys/index.md @@ -61,7 +61,7 @@ For more information about the benefits of service accounts, refer to [Grafana s The service account endpoints generate a machine user for authentication instead of using API keys. When you migrate an API key to a service account, a service account will be created with a service account token. -> **Note:** If you are using API keys for authentication, we recommend that you migrate your integration to the service account authentication method. The API key will continue to work. You can locate the API key in the [Grafana service account tokens]({{< relref "../service-accounts/#service-account-tokens" >}}) details. +> **Note:** If you're currently using API keys for authentication, we strongly recommend to use Grafana Service Accounts instead. Rest assured, when migrating to Service Accounts, your existing API keys will continue working as before. To find the migrated API keys, navigate to the Service Accounts section and select the Service Account Tokens tab. For more information, please refer to the [Grafana service account tokens]({{< relref "../service-accounts/#service-account-tokens" >}}) details. ## Ways of migrating API keys to service accounts