From d158a7afe865c4e398c78858f89448298b571978 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Mauricio=20G=C3=B3mez=20P?= Date: Wed, 10 Jan 2024 15:10:25 -0500 Subject: [PATCH] Update plugins/kubernetes-backend/src/service/KubernetesBuilder.test.ts MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Jamie Klassen Signed-off-by: Andrés Mauricio Gómez P Signed-off-by: Andres Mauricio Gomez P --- .changeset/kind-clouds-fly.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/kind-clouds-fly.md b/.changeset/kind-clouds-fly.md index 7d8d7c4a0e..2cb04b520d 100644 --- a/.changeset/kind-clouds-fly.md +++ b/.changeset/kind-clouds-fly.md @@ -3,4 +3,4 @@ '@backstage/plugin-kubernetes-node': patch --- -Enabled a way to include custom auth metadata info on the clusters endpoint +Enabled a way to include custom auth metadata info on the clusters endpoint. Ff you want to implement a Kubernetes auth strategy which requires surfacing custom auth metadata to the frontend, use the new presentAuthMetadata method on the AuthenticationStrategy interface