File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
content/en/docs/reference/access-authn-authz Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ See the [webhook request](#request) section for details on the data sent to webh
67
67
See the [ webhook response] ( #response ) section for the data expected from webhooks.
68
68
69
69
The example admission webhook server leaves the ` ClientAuth ` field
70
- [ empty] ( https://github.com/kubernetes/kubernetes/blob/v1.13 .0/test/images/webhook/config.go#L47-L48 ) ,
70
+ [ empty] ( https://github.com/kubernetes/kubernetes/blob/v1.22 .0/test/images/agnhost/ webhook/config.go#L38-L39 ) ,
71
71
which defaults to ` NoClientCert ` . This means that the webhook server does not
72
72
authenticate the identity of the clients, supposedly apiservers. If you need
73
73
mutual TLS or other ways to authenticate the clients, see
You can’t perform that action at this time.
0 commit comments