Improve start & end of authn reference

pull/51822/head
Tim Bannister 2025-08-07 00:39:31 +01:00
parent 98724294bd
commit ceae46eab3
No known key found for this signature in database
GPG Key ID: 9BF3452DD26C1742
1 changed files with 3 additions and 2 deletions

View File

@ -10,7 +10,8 @@ weight: 10
---
<!-- overview -->
This page provides an overview of authentication.
This page provides an overview of authentication in Kubernetes, with a focus on
authentication to the [Kubernetes API](/docs/concepts/overview/kubernetes-api/).
<!-- body -->
## Users in Kubernetes
@ -1803,5 +1804,5 @@ You can only make `SelfSubjectReview` requests if:
## {{% heading "whatsnext" %}}
* To learn about issuing certificates for users, read [Issue a Certificate for a Kubernetes API Client Using A CertificateSigningRequest](/docs/tasks/tls/certificate-issue-client-csr/)
* Read the [client authentication reference (v1beta1)](/docs/reference/config-api/client-authentication.v1beta1/)
* Read the [client authentication reference (v1)](/docs/reference/config-api/client-authentication.v1/)
* Read the [client authentication reference (v1beta1)](/docs/reference/config-api/client-authentication.v1beta1/)