-
Notifications
You must be signed in to change notification settings - Fork 15k
Update certificate-issue-client-csr.md #52014
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
The committers listed above are authorized under a signed CLA. |
✅ Pull request preview available for checkingBuilt without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify project configuration. |
@@ -21,7 +21,7 @@ A few steps are required in order to get a normal user to be able to | |||
authenticate and invoke an API. First, this user must have an [X.509](https://www.itu.int/rec/T-REC-X.509) certificate | |||
issued by an authority that your Kubernetes cluster trusts. The client must then present that certificate to the Kubernetes API. | |||
|
|||
You use a [CertificateSigningRequest](/concepts/security/certificate-signing-requests/) | |||
You use a [CertificateSigningRequest](/docs/concepts/security/certificate-signing-requests/) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The proposed link also looks broken. Refer the new suggested link below.
You can verify in the PR preview page (here) if it works or not.
You use a [CertificateSigningRequest](/docs/concepts/security/certificate-signing-requests/) | |
You use a [CertificateSigningRequest](/docs/reference/access-authn-authz/certificate-signing-requests/) |
Description
Link in the text below is returning 404.
You use a CertificateSigningRequest as part of this process, and either you or some other principal must approve the request.
Issue
Broken link returning 404 to the users.
Closes: #