mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-09-26 13:08:11 +00:00
Update _index.md
This commit is contained in:
@@ -14,6 +14,7 @@ authentication:
|
|||||||
```
|
```
|
||||||
|
|
||||||
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/webhook/) for information on the file format. Additionally, a cache timeout for webhook authentication responses can be set.
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
authentication:
|
authentication:
|
||||||
strategy: x509|webhook
|
strategy: x509|webhook
|
||||||
|
|||||||
Reference in New Issue
Block a user