Improve start & end of authn reference
parent
98724294bd
commit
ceae46eab3
|
@ -10,7 +10,8 @@ weight: 10
|
||||||
---
|
---
|
||||||
|
|
||||||
<!-- overview -->
|
<!-- 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 -->
|
<!-- body -->
|
||||||
## Users in Kubernetes
|
## Users in Kubernetes
|
||||||
|
@ -1803,5 +1804,5 @@ You can only make `SelfSubjectReview` requests if:
|
||||||
## {{% heading "whatsnext" %}}
|
## {{% 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/)
|
* 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 (v1)](/docs/reference/config-api/client-authentication.v1/)
|
||||||
|
* Read the [client authentication reference (v1beta1)](/docs/reference/config-api/client-authentication.v1beta1/)
|
||||||
|
|
Loading…
Reference in New Issue