From e293e41ad5ca4c6db0340982ed8b273eaf82c0fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Mauricio=20G=C3=B3mez=20P?= Date: Wed, 21 Feb 2024 17:28:48 -0500 Subject: [PATCH] Update docs/features/kubernetes/authstrategies.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Jamie Klassen Signed-off-by: Andrés Mauricio Gómez P --- docs/features/kubernetes/authstrategies.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/features/kubernetes/authstrategies.md b/docs/features/kubernetes/authstrategies.md index f95a202bf6..6b8ee45fc4 100644 --- a/docs/features/kubernetes/authstrategies.md +++ b/docs/features/kubernetes/authstrategies.md @@ -7,7 +7,7 @@ description: Authentication Strategies in Kubernetes plugin # Kubernetes Auth Strategies A Kubernetes Auth Strategy specifies the authentication steps executed on the **server side** to authenticate against a Kubernetes cluster, -it also defines what authentication metadata info of a kubernetes cluster configuration could be returned to the front-end in case a +it also defines what authentication metadata about a Kubernetes cluster is returned to the front-end in case a **client side auth provider** requires it. ## Context