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:59:12 -05:00
committed by GitHub
parent 97542dca4b
commit 9b11c25661
+6 -2
View File
@@ -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