Skip to content

docs: clarify the webhook --enable-client-verification flag description - #2211

Open
yugstar wants to merge 1 commit into
cert-manager:masterfrom
yugstar:fix-2009-webhook-flag-grammar
Open

docs: clarify the webhook --enable-client-verification flag description#2211
yugstar wants to merge 1 commit into
cert-manager:masterfrom
yugstar:fix-2009-webhook-flag-grammar

Conversation

@yugstar

@yugstar yugstar commented Jul 22, 2026

Copy link
Copy Markdown

Closes #2009

The --enable-client-verification flag in the webhook CLI reference had an ungrammatical description:

Enable client cert authenticate of apiserver to webhooks.

Reworded to:

Enable client certificate verification for requests from the apiserver to the webhook.

For maintainers: the same string is the flag's Usage in the webhook binary (pkg/webhook/options/options.go), so a matching one-line change there would keep --help and these generated docs in sync — happy to open that cert-manager PR too if you'd like.

The flag description "Enable client cert authenticate of apiserver to
webhooks." was ungrammatical. Reword to "Enable client certificate
verification for requests from the apiserver to the webhook."

Closes cert-manager#2009

Signed-off-by: Aman Raj <aman.yug@gmail.com>
@cert-manager-prow cert-manager-prow Bot added the dco-signoff: yes Indicates that all commits in the pull request have the valid DCO sign-off message. label Jul 22, 2026
@cert-manager-prow

Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please assign hawksight for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@cert-manager-prow cert-manager-prow Bot added the size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. label Jul 22, 2026
@netlify

netlify Bot commented Jul 22, 2026

Copy link
Copy Markdown

Deploy Preview for cert-manager ready!

Built without sensitive environment variables

Name Link
🔨 Latest commit 7a6da86
🔍 Latest deploy log https://app.netlify.com/projects/cert-manager/deploys/6a60e3b6a61cb80008c1a625
😎 Deploy Preview https://deploy-preview-2211--cert-manager.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dco-signoff: yes Indicates that all commits in the pull request have the valid DCO sign-off message. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

The flag description "Enable client cert authenticate of apiserver to webhooks." is ungrammatical/unclear

2 participants