From 7b2858b7a3c74efbf0962ec4d1296fb0b2a85b23 Mon Sep 17 00:00:00 2001 From: Malhar Vora Date: Sat, 21 Apr 2018 19:24:10 -0700 Subject: [PATCH] Correct typo in Kubernetes auth backend docs Resolve small typo in Configuring Kubernetes section in Kubernetes Auth Backend documentation. Fixes #4417 --- website/source/docs/auth/kubernetes.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/auth/kubernetes.html.md b/website/source/docs/auth/kubernetes.html.md index 1a3303ca38..0e1046a64d 100644 --- a/website/source/docs/auth/kubernetes.html.md +++ b/website/source/docs/auth/kubernetes.html.md @@ -104,7 +104,7 @@ list of available configuration options, please see the API documentation. This auth method accesses the [Kubernetes TokenReview API][k8s-tokenreview] to validate the provided JWT is still valid. Kubernetes should be running with `--service-account-lookup`. This is defaulted to true in Kubernetes 1.7, but any -versions prior should ensure the Kubernetes API server is started with with this +versions prior should ensure the Kubernetes API server is started with this setting. Otherwise deleted tokens in Kubernetes will not be properly revoked and will be able to authenticate to this auth method.