Fix external link for Kubernetes webhook authentication

This commit is contained in:
Jan B
2019-04-02 17:10:55 +02:00
committed by Denise
parent ad00da5d5d
commit 968e192224

View File

@@ -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: