docs: Update docs/features/kubernetes/authentication.md

Co-authored-by: Jamie Klassen <jklassen@vmware.com>
Signed-off-by: Carlos Esteban Lopez Jaramillo <luchillo17@gmail.com>
This commit is contained in:
Carlos Esteban Lopez Jaramillo
2022-08-30 09:55:27 -05:00
committed by GitHub
parent 0058d27517
commit 97542dca4b
+2 -2
View File
@@ -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`.