You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(mcp): use sectionName to scope SecurityPolicy to MCP proxy rule only
SecurityPolicy and BackendTrafficPolicy were targeting the entire main
HTTPRoute, causing JWT validation to run on .well-known OAuth discovery
endpoints that must be publicly accessible per RFC 9728. This adds a
name to the MCP proxy rule and uses sectionName on both policies to
scope them to only that rule.
Fixes#1992
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments