Update plugins/kubernetes-backend/src/service/KubernetesBuilder.test.ts

Co-authored-by: Jamie Klassen <jamie.klassen@broadcom.com>
Signed-off-by: Andrés Mauricio Gómez P <andmagom@outlook.com>
Signed-off-by: Andres Mauricio Gomez P <andmagom@outlook.com>
This commit is contained in:
Andrés Mauricio Gómez P
2024-01-10 15:10:25 -05:00
committed by Andres Mauricio Gomez P
parent a77559663c
commit d158a7afe8
+1 -1
View File
@@ -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