From 9b11c256617e899cb3cf78b4a487dab7212ccb6e Mon Sep 17 00:00:00 2001 From: Carlos Esteban Lopez Jaramillo Date: Tue, 30 Aug 2022 09:59:12 -0500 Subject: [PATCH] docs: Update docs/features/kubernetes/authentication.md Co-authored-by: Jamie Klassen Signed-off-by: Carlos Esteban Lopez Jaramillo --- docs/features/kubernetes/authentication.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/features/kubernetes/authentication.md b/docs/features/kubernetes/authentication.md index 279e722787..29b43d0cd2 100644 --- a/docs/features/kubernetes/authentication.md +++ b/docs/features/kubernetes/authentication.md @@ -13,8 +13,12 @@ client side auth, here's the list: These providers authenticate your _application_ with the cluster, meaning anyone that is logged in into your backstage app will be granted the same access to Kubernetes objects. The providers -available as server side are `serviceAccount`, `googleServiceAccount`, `aws`, `azure` -and `localKubectlProxy`. +available as server side are: +* `aws` +* `azure` +* `googleServiceAccount` +* `localKubectlProxy` +* `serviceAccount` ## Client Side Providers