[Gateway] MCP detection, AI Security dashboard, and Traffic Source selector changelogs - #32687
[Gateway] MCP detection, AI Security dashboard, and Traffic Source selector changelogs#32687grstnhbr wants to merge 10 commits into
Conversation
Review✅ No issues found in commit Code ReviewThis code review is in beta and may not always be helpful — use your judgment. No code review issues found. ConventionsNo convention issues found. Style Guide ReviewNo style-guide issues found. CommandsOnly codeowners can run commands. Post a comment with the command to trigger it.
|
|
Skipping the following review findings: SG-1d0dd3ba, SG-8057c5d8, SG-33744a8c - The fragment-before-table pattern is consistent with every other selector on both pages (for example, "The HTTP request method used in the traffic." on line 664, "The pathname of a webpage's URL." on line 734, "The continent of the user making the request." on line 692). Changing just the new selectors to use a colon-terminated sentence would make them inconsistent with the rest of the file. |
…e changelog entries - Add experimental.is_mcp selector documentation to HTTP policies - Add MCP detection and AI Security dashboard changelog - Add Traffic Source (onramp) and Browser Isolation selector changelog - Update HTTP Allow/Block selector list partial
…lector Drop the 'Experimental -' prefix from the selector heading and list. Use a Beta badge pill consistent with other beta selectors in the docs. Keep experimental only in the wirefilter API field name itself.
…and Network policy docs Add selector definitions for Traffic Source (net.onramp.type) and Browser Isolation (net.is_isolated) to both HTTP and Network policy reference pages. Update Allow/Block selector list partial.
…action selector lists Add the new selectors to the Available selectors lists under the Allow and Block actions in Network policies. Fixes CR-2b6925e9.
Correct /cloudflare-one/applications/configure-apps/mcp-servers/mcp-portals/ to /cloudflare-one/access-controls/ai-controls/mcp-portals/
Add a concrete policy example showing how to block MCP traffic that does not arrive through an MCP portal, using Is MCP + Traffic Source selectors together. Includes screenshot of the policy builder.
- Change 'Insights and Logs > Dashboards' to 'Insights > Dashboards' to match existing docs convention - Change 'AI Security' heading to 'AI security report' to match the actual dashboard page title in en-US locale
0468d05 to
9324f2c
Compare
Summary
This PR adds two Gateway changelog entries and updates HTTP policy documentation for Agents Week:
1. MCP protocol detection and AI Security dashboard
experimental.is_mcpselector in HTTP policies that detects Model Context Protocol traffic2. Traffic Source selector in Gateway policies
net.onramp.type) selector for HTTP and Network policiesnet.is_isolated) selectorDocumentation changes
experimental.is_mcpselector to HTTP policies reference page with beta noteNote
The
gateway-mcp-dashboard.pngimage is a placeholder and needs to be replaced with the actual screenshot before merge.