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`.