Skip to content

Commit 8fbccfc

Browse files
committed
Improvement: Correct the "empty" link in Dynamic Admission Control.
1 parent 1db9bf4 commit 8fbccfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/reference/access-authn-authz/extensible-admission-controllers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ See the [webhook request](#request) section for details on the data sent to webh
6767
See the [webhook response](#response) section for the data expected from webhooks.
6868

6969
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),
7171
which defaults to `NoClientCert`. This means that the webhook server does not
7272
authenticate the identity of the clients, supposedly apiservers. If you need
7373
mutual TLS or other ways to authenticate the clients, see

0 commit comments

Comments
 (0)