Skip to content

Commit 772684d

Browse files
authored
Update admission-controllers.md
fix: add missing content about CertificateApproval, CertificateSigning and CertificateSubjectRestrictions
1 parent 713f0f5 commit 772684d

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

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

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

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

210246
<!--

0 commit comments

Comments
 (0)