From 968e1922243d1b33d80ce03dd00f0147dfd648ae Mon Sep 17 00:00:00 2001 From: Jan B Date: Tue, 2 Apr 2019 17:10:55 +0200 Subject: [PATCH] Fix external link for Kubernetes webhook authentication --- content/rke/v0.1.x/en/config-options/authentication/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/rke/v0.1.x/en/config-options/authentication/_index.md b/content/rke/v0.1.x/en/config-options/authentication/_index.md index 391e4eaa240..efc2817a391 100644 --- a/content/rke/v0.1.x/en/config-options/authentication/_index.md +++ b/content/rke/v0.1.x/en/config-options/authentication/_index.md @@ -13,7 +13,7 @@ authentication: - "my-loadbalancer-1234567890.us-west-2.elb.amazonaws.com" ``` -RKE also supports the webhook authentication strategy. You can enable both x509 and webhook strategies by using a `|` separator in the configuration. Contents of the webhook config file should be provided, see [Kubernetes webhook documentation](https://kubernetes.io/docs/reference/access-authn-authz/webhook/) for information on the file format. Additionally, a cache timeout for webhook authentication responses can be set. +RKE also supports the webhook authentication strategy. You can enable both x509 and webhook strategies by using a `|` separator in the configuration. Contents of the webhook config file should be provided, see [Kubernetes webhook documentation](https://kubernetes.io/docs/reference/access-authn-authz/authentication/#webhook-token-authentication) for information on the file format. Additionally, a cache timeout for webhook authentication responses can be set. ```yaml authentication: