From c910edd70ed394d4b353e9ff3d57f636dccc2861 Mon Sep 17 00:00:00 2001 From: Jay Beale Date: Wed, 23 Feb 2022 17:27:32 -0800 Subject: [PATCH] Correct the name: CertificateSigningRequests - This page referenced the "CertificationSigningRequests API," but this should be "CertificateSigningRequests API" or "Certificates API." - Added a link to the documentation for CertificateSigningRequests. --- content/en/docs/reference/access-authn-authz/node.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/docs/reference/access-authn-authz/node.md b/content/en/docs/reference/access-authn-authz/node.md index 141dc8bb61..6e7c538eb0 100644 --- a/content/en/docs/reference/access-authn-authz/node.md +++ b/content/en/docs/reference/access-authn-authz/node.md @@ -34,8 +34,8 @@ Write operations: Auth-related operations: -* read/write access to the certificationsigningrequests API for TLS bootstrapping -* the ability to create tokenreviews and subjectaccessreviews for delegated authentication/authorization checks +* read/write access to the [CertificateSigningRequests API](/docs/reference/access-authn-authz/certificate-signing-requests/) for TLS bootstrapping +* the ability to create TokenReviews and SubjectAccessReviews for delegated authentication/authorization checks In future releases, the node authorizer may add or remove permissions to ensure kubelets have the minimal set of permissions required to operate correctly.