Open
Conversation
- 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 Agent can help with this pull request. Just |
✅ Deploy Preview for support-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
danielfsousa
commented
Feb 12, 2026
| @@ -1,7 +1,7 @@ | |||
| --- | |||
| lastUpdated: "10/01/2021" | |||
Contributor
Author
There was a problem hiding this comment.
make sure to update the date before merging
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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:
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
content/docs/tech-resources/webhook-authentication.mdfile in this PR.PR Checklist
All PRs Checklist
team-FEorteam-SAZ)Content Changes Checklist
examples/article.mdin the root of the project directory and on the momentum doc's preface articleSlack Thread
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.