Skip to content

Commit 1b5e09f

Browse files
authored
Merge pull request #23257 from Vickey-Wu/patch-2
fix: add missing content about certificate
2 parents e2b370c + 8c5e6dc commit 1b5e09f

File tree

1 file changed

+49
-0
lines changed

1 file changed

+49
-0
lines changed

content/zh/docs/reference/access-authn-authz/admission-controllers.md

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,55 @@ Rejects all requests. AlwaysDeny is DEPRECATED as no real meaning.
207207
-->
208208
拒绝所有的请求。由于没有实际意义,已废弃。
209209

210+
### CertificateApproval
211+
212+
<!--
213+
This admission controller observes requests to 'approve' CertificateSigningRequest resources
214+
and performs additional authorization checks to ensure the approving user has permission
215+
to approve certificate requests with the spec.signerName requested on the CertificateSigningRequest resource.
216+
-->
217+
218+
此准入控制器获取“审批” CertificateSigningRequest 资源的请求并执行额外的授权检查,
219+
以确保审批请求的用户有权限审批 `spec.signerName` 请求 CertificateSigningRequest 资源的证书请求。
220+
221+
<!--
222+
See Certificate Signing Requests for more information on the permissions required
223+
to perform different actions on CertificateSigningRequest resources.
224+
-->
225+
226+
有关对证书签名请求资源执行不同操作所需权限的详细信息,
227+
请参阅[证书签名请求](/docs/reference/access-authn-authz/certificate-signing-requests/)
228+
229+
### CertificateSigning
230+
231+
<!--
232+
This admission controller observes updates to the status.certificate field of CertificateSigningRequest resources
233+
and performs an additional authorization checks to ensure the signing user has permission
234+
to sign certificate requests with the spec.signerName requested on the CertificateSigningRequest resource.
235+
-->
236+
237+
此准入控制器获取 CertificateSigningRequest 资源的 `status.certificate` 字段更新请求并执行额外的授权检查,
238+
以确保签发证书的用户有权限为 `spec.signerName` 请求 CertificateSigningRequest 资源的证书请求`签发`证书。
239+
240+
<!--
241+
See Certificate Signing Requests for more information on the permissions required
242+
to perform different actions on CertificateSigningRequest resources.
243+
-->
244+
245+
有关对证书签名请求资源执行不同操作所需权限的详细信息,
246+
请参阅[证书签名请求](/docs/reference/access-authn-authz/certificate-signing-requests/)
247+
248+
### CertificateSubjectRestrictions
249+
250+
<!--
251+
This admission controller observes creation of CertificateSigningRequest resources
252+
that have a spec.signerName of kubernetes.io/kube-apiserver-client. It rejects any request
253+
that specifies a 'group' (or 'organization attribute') of system:masters.
254+
-->
255+
256+
此准入控制器获取具有 `kubernetes.io/kube-apiserver-client``spec.signerName` 的 CertificateSigningRequest 资源创建请求,
257+
它拒绝任何包含了 `system:masters` 一个“组”(或者“组织”)的请求。
258+
210259
### DefaultStorageClass {#defaultstorageclass}
211260

212261
<!--

0 commit comments

Comments
 (0)