From b8082675e8aa5f96cb97fd87e4a2ee9a349c74b0 Mon Sep 17 00:00:00 2001 From: Paulo Ribeiro Date: Thu, 28 Sep 2017 11:28:48 +0100 Subject: [PATCH] Fix grammatical error (#3395) Also changed capitalization for consistency. --- website/source/api/auth/kubernetes/index.html.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/source/api/auth/kubernetes/index.html.md b/website/source/api/auth/kubernetes/index.html.md index 2ae2f46387..ebc1d423cc 100644 --- a/website/source/api/auth/kubernetes/index.html.md +++ b/website/source/api/auth/kubernetes/index.html.md @@ -32,9 +32,9 @@ access the Kubernetes API. - `kubernetes_host` `(string: )` - Host must be a host string, a host:port pair, or a URL to the base of the Kubernetes API server. - `kubernetes_ca_cert` `(string: "")` - PEM encoded CA cert for use by the TLS client used to talk with the Kubernetes API. - `pem_keys` `(array: [])` - Optional list of PEM-formated public keys or certificates - used to verify the signatures of kubernetes service account + used to verify the signatures of Kubernetes service account JWTs. If a certificate is given, its public key will be - extracted. Not every installation of Kuberentes exposes these + extracted. Not every installation of Kubernetes exposes these keys. ### Sample Payload