From 97542dca4ba81a644e259649bc715e5f95f8791f Mon Sep 17 00:00:00 2001 From: Carlos Esteban Lopez Jaramillo Date: Tue, 30 Aug 2022 09:55:27 -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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/features/kubernetes/authentication.md b/docs/features/kubernetes/authentication.md index c605e7479a..279e722787 100644 --- a/docs/features/kubernetes/authentication.md +++ b/docs/features/kubernetes/authentication.md @@ -11,8 +11,8 @@ client side auth, here's the list: ## Server Side Providers -These providers authenticate your application with the clusters, meaning anyone that is -logged in into your backstage app will be able to access the same clusters, the providers +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`.