Skip to content

Commit cfdc02d

Browse files
committed
[zh] Sync access-authn-authz/authentication.md
1 parent 7d58002 commit cfdc02d

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

content/zh-cn/docs/reference/access-authn-authz/authentication.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,11 @@ weight: 10
1616

1717
<!-- overview -->
1818
<!--
19-
This page provides an overview of authentication.
19+
This page provides an overview of authentication in Kubernetes, with a focus on
20+
authentication to the [Kubernetes API](/docs/concepts/overview/kubernetes-api/).
2021
-->
21-
本页提供身份认证有关的概述。
22+
本页提供 Kubernetes 中身份认证有关的概述,重点介绍与
23+
[Kubernetes API](/zh-cn/docs/concepts/overview/kubernetes-api/) 有关的身份认证。
2224

2325
<!-- body -->
2426
<!--
@@ -43,7 +45,7 @@ Normal users cannot be added to a cluster through an API call.
4345
Kubernetes 假定普通用户是由一个与集群无关的服务通过以下方式之一进行管理的:
4446

4547
- 负责分发私钥的管理员
46-
- 类似 Keystone 或者 Google Accounts 这类用户数据库
48+
- 类似 Keystone 或者 Google Account 这类用户数据库
4749
- 包含用户名和密码列表的文件
4850

4951
有鉴于此,**Kubernetes 并不包含用来代表普通用户账号的对象**
@@ -3168,10 +3170,10 @@ You can only make `SelfSubjectReview` requests if:
31683170

31693171
<!--
31703172
* 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/)
3171-
* Read the [client authentication reference (v1beta1)](/docs/reference/config-api/client-authentication.v1beta1/)
31723173
* Read the [client authentication reference (v1)](/docs/reference/config-api/client-authentication.v1/)
3174+
* Read the [client authentication reference (v1beta1)](/docs/reference/config-api/client-authentication.v1beta1/)
31733175
-->
31743176
* 要了解为用户颁发证书的有关信息,
31753177
阅读[使用 CertificateSigningRequest 为 Kubernetes API 客户端颁发证书](/zh-cn/docs/tasks/tls/certificate-issue-client-csr/)。
3176-
* 阅读[客户端认证参考文档(v1beta1)](/zh-cn/docs/reference/config-api/client-authentication.v1beta1/)。
31773178
* 阅读[客户端认证参考文档(v1)](/zh-cn/docs/reference/config-api/client-authentication.v1/)。
3179+
* 阅读[客户端认证参考文档(v1beta1)](/zh-cn/docs/reference/config-api/client-authentication.v1beta1/)。

0 commit comments

Comments
 (0)