Skip to content

Commit eeef239

Browse files
authored
Merge pull request #30239 from Shubham82/Update-empty-link_Dynamic_Admission_Control
Improvement: Correct the "empty" link in Dynamic Admission Control.
2 parents b750d98 + 8fbccfc commit eeef239

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)