You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/reference/access-authn-authz/authentication.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,8 @@ weight: 10
10
10
---
11
11
12
12
<!-- overview -->
13
-
This page provides an overview of authentication.
13
+
This page provides an overview of authentication in Kubernetes, with a focus on
14
+
authentication to the [Kubernetes API](/docs/concepts/overview/kubernetes-api/).
14
15
15
16
<!-- body -->
16
17
## Users in Kubernetes
@@ -1803,5 +1804,5 @@ You can only make `SelfSubjectReview` requests if:
1803
1804
## {{% heading "whatsnext" %}}
1804
1805
1805
1806
* 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/)
1806
-
* Read the [client authentication reference (v1beta1)](/docs/reference/config-api/client-authentication.v1beta1/)
1807
1807
* Read the [client authentication reference (v1)](/docs/reference/config-api/client-authentication.v1/)
1808
+
* Read the [client authentication reference (v1beta1)](/docs/reference/config-api/client-authentication.v1beta1/)
0 commit comments