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/zh/docs/reference/access-authn-authz/admission-controllers.md
+23-10Lines changed: 23 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -208,38 +208,51 @@ Rejects all requests. AlwaysDeny is DEPRECATED as no real meaning.
208
208
### CertificateApproval
209
209
210
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.
211
+
This admission controller observes requests to 'approve' CertificateSigningRequest resources
212
+
and performs additional authorization checks to ensure the approving user has permission
213
+
to approve certificate requests with the spec.signerName requested on the CertificateSigningRequest resource.
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.
230
+
This admission controller observes updates to the status.certificate field of CertificateSigningRequest resources
231
+
and performs an additional authorization checks to ensure the signing user has permission
232
+
to sign certificate requests with the spec.signerName requested on the CertificateSigningRequest resource.
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.
249
+
This admission controller observes creation of CertificateSigningRequest resources
250
+
that have a spec.signerName of kubernetes.io/kube-apiserver-client. It rejects any request
251
+
that specifies a 'group' (or 'organization attribute') of system:masters.
0 commit comments