Gateway Policies
auth
Public-safe read calls can be described and validated. Mutating/protected downstream calls require PLATPHORM_API_KEY.
secretHandling
PLATPHORM_API_KEY is forwarded only after local authentication and only to trusted PlatPhormNews MCP endpoints for protected operations; it is never persisted or returned.
durableAudit
active_in_cloudflare.gateway_audit_log
circuitBreaker
three_failures_open_target_for_30_seconds
responseLimitBytes
2000000
tracePropagation
traceparent, tracestate, X-PlatPhorm-Trace-Id, X-PlatPhorm-Span-Id, X-PlatPhorm-Request-Id
ja4Digest
capture when present, hash/redact for public summaries, never expose raw values publicly
trustedTargets
*.platphormnews.com, mcp.platphormnews.com, *.ph3ar.com
blockedTargets
localhost, private-ip-ranges, 127.0.0.0/8, 10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16, link-local, metadata-services, metadata services, file://, ftp://, gopher://, URLs with embedded credentials, untrusted external domains, redirects to blocked targets
secretForwarding
PLATPHORM_API_KEY is forwarded only after local authentication and only to trusted PlatPhormNews MCP endpoints for protected operations; it is never persisted or returned.
publicReadProxy
Only public discovery artifacts and read-only MCP methods are eligible for public proxying.
protectedProxy
Mutating/protected proxying requires PLATPHORM_API_KEY, a durable Aurora audit record, trusted-target validation, bounded responses, and a per-target circuit breaker.