From 382c4148691e2fc68d394adba91f25fa12c69da8 Mon Sep 17 00:00:00 2001 From: Misi Date: Mon, 29 Sep 2025 16:36:55 +0200 Subject: [PATCH] Docs: Remove session cookie option for http api auth docs (#111729) --- docs/sources/developers/http_api/authentication.md | 2 +- docs/sources/shared/developers/authentication.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/sources/developers/http_api/authentication.md b/docs/sources/developers/http_api/authentication.md index 55b5bc46bf3..40ef698feb1 100644 --- a/docs/sources/developers/http_api/authentication.md +++ b/docs/sources/developers/http_api/authentication.md @@ -1,6 +1,6 @@ --- canonical: https://grafana.com/docs/grafana/latest/developers/http_api/authentication/ -description: 'You can authenticate HTTP API requests using basic authentication, a service account token, or a session cookie.' +description: 'You can authenticate HTTP API requests using basic authentication or a service account token.' keywords: - grafana - http diff --git a/docs/sources/shared/developers/authentication.md b/docs/sources/shared/developers/authentication.md index 7c5d400303e..517f9fb915a 100644 --- a/docs/sources/shared/developers/authentication.md +++ b/docs/sources/shared/developers/authentication.md @@ -4,7 +4,7 @@ comments: | This file is used in the following files: developers/http_api/{_index.md,authentication.md} --- -You can authenticate HTTP API requests using basic authentication, a service account token, or a session cookie (acquired via regular login or OAuth). +You can authenticate HTTP API requests using basic authentication or a service account token. ### Basic auth