Skip to content

Webhooks mTLS documentation#824

Open
danielfsousa wants to merge 1 commit intomainfrom
cursor/webhooks-mtls-documentation-060c
Open

Webhooks mTLS documentation#824
danielfsousa wants to merge 1 commit intomainfrom
cursor/webhooks-mtls-documentation-060c

Conversation

@danielfsousa
Copy link
Contributor

@danielfsousa danielfsousa commented Feb 12, 2026

DOCS: Remove mTLS mention from webhook authentication documentation

What Changed

This PR removes all mentions of mTLS (mutual TLS) from the Event Webhook Authentication and Security documentation (content/docs/tech-resources/webhook-authentication.md).

Specifically:

  • Removed "mTLS," from the frontmatter description.
  • Removed the dedicated "mTLS" section, including its heading and explanatory paragraph, from the "Webhook Network Security" section.

This change reflects the deprecation of mTLS support for webhooks due to industry-wide changes where Certificate Authorities will no longer include Client Authentication capabilities in publicly trusted certificates. The documentation now accurately reflects supported security measures (SSL/TLS, OAuth 2.0, and Basic Authentication).

How To Test or Verify

  1. Review the content/docs/tech-resources/webhook-authentication.md file in this PR.
  2. Verify that "mTLS" is no longer present in the frontmatter description.
  3. Confirm that the entire "mTLS" section under "Webhook Network Security" has been removed.
  4. If a Netlify deploy preview is available, check the rendered page for "Event Webhook Authentication and Security" to ensure no mention of mTLS remains.

PR Checklist

All PRs Checklist

  • Give your pull request a meaningful name.
  • Use lowercase filenames.
  • Apply at least one team label according to which team is the content expert (ie. team-FE or team-SAZ)
  • Pull request approval from the FE team or content experts (see label applied above) that isn't the content creator.

Content Changes Checklist

  • Check that your article looks correct in the preview here or in a Netlify deploy preview.
  • Check the links in your article.
  • Check the images in your article (if there are any)
  • Check to make sure you are using markdown appropriately as outlined in examples/article.md in the root of the project directory and on the momentum doc's preface article
  • Check to make sure the Copy and Tone Guidelines are followed.

Slack Thread

Open in Cursor Open in Web


Note

Low Risk
Documentation-only change that removes an unsupported security option; no runtime or API behavior is affected.

Overview
Updates the Event Webhook Authentication docs to remove mTLS guidance. The frontmatter description and the “Webhook Network Security” section no longer mention or describe mTLS, leaving SSL/TLS, IP whitelisting, Basic Auth, and OAuth 2.0 as the documented options.

Written by Cursor Bugbot for commit af364e3. This will update automatically on new commits. Configure here.

- Remove mTLS from frontmatter description
- Remove mTLS section from Webhook Network Security
- This change aligns with the industry-wide deprecation of mTLS support due to Certificate Authorities removing Client Authentication capabilities from publicly trusted certificates

Co-authored-by: Daniel Sousa <danielfsousa@users.noreply.github.com>
@cursor
Copy link

cursor bot commented Feb 12, 2026

Cursor Agent can help with this pull request. Just @cursor in comments and I'll start working on changes in this branch.
Learn more about Cursor Agents

@netlify
Copy link

netlify bot commented Feb 12, 2026

Deploy Preview for support-docs ready!

Name Link
🔨 Latest commit af364e3
🔍 Latest deploy log https://app.netlify.com/projects/support-docs/deploys/698e30696fb4f00008df21ef
😎 Deploy Preview https://deploy-preview-824--support-docs.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.

@@ -1,7 +1,7 @@
---
lastUpdated: "10/01/2021"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

make sure to update the date before merging

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Comments