Skip to content

Privacy proxy updates - #29029

Closed
danish-m-qureshi wants to merge 4 commits into
cloudflare:productionfrom
danish-m-qureshi:privacy-proxy-updates
Closed

Privacy proxy updates#29029
danish-m-qureshi wants to merge 4 commits into
cloudflare:productionfrom
danish-m-qureshi:privacy-proxy-updates

Conversation

@danish-m-qureshi

Copy link
Copy Markdown
Contributor

Summary

Screenshots (optional)

Documentation checklist

  • Is there a changelog entry (guidelines)? If you don't add one for something awesome and new (however small) — how will our customers find out? Changelogs are automatically posted to RSS feeds, the Discord, and X.
  • The change adheres to the documentation style guide.
  • If a larger change - such as adding a new page- an issue has been opened in relation to any incorrect or out of date information that this PR fixes.
  • Files which have changed name or location have been allocated redirects.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Updates Privacy Proxy and Privacy Gateway documentation, including new/expanded authentication guidance and a major rewrite of Privacy Gateway metrics reference content.

Changes:

  • Updates Privacy Proxy authentication documentation to add mTLS alongside PSK and Privacy Pass.
  • Rewrites Privacy Gateway metrics reference to document available GraphQL nodes, fields, and sample queries using Details.
  • Removes alternating-row shading CSS for markdown tables.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 3 comments.

File Description
src/styles/table.css Removes global markdown-table alternating row shading rule.
src/content/docs/privacy-proxy/concepts/authentication.mdx Adds mTLS authentication section and updates the authentication methods table.
src/content/docs/privacy-gateway/reference/metrics.mdx Major expansion/restructure of Privacy Gateway GraphQL metrics documentation and examples.
Comments suppressed due to low confidence (1)

src/styles/table.css:22

  • This change removes the global alternating-row shading rule for markdown tables. Since this affects table readability site-wide (not just Privacy Proxy/Privacy Gateway docs), consider either scoping the style change more narrowly or adding context (for example, a replacement style or rationale) so it’s clear this regression/visual change is intentional.
	padding-inline-end: 1rem;
}




💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

| Pre-shared key (PSK) | Proof of concept, testing | Lower |
| Privacy Pass tokens | Production deployments | Higher |
| Privacy Pass tokens | Client to server | High |
| mTLS | Server to server | Higher |
Comment on lines +20 to +24
<h2 id="making-a-request">Making a request</h2>

The following example shows a complete request with authentication headers. Replace `<API_TOKEN>` with your token and update the query body as needed.

```bash
* Aggregated totals for various metrics, per dimension.
| Argument | Required | Description |
| -------- | -------- | ----------- |
| `filter` | Yes | Filter your data. `accountTag` is always required. |
@danish-m-qureshi
danish-m-qureshi deleted the privacy-proxy-updates branch March 16, 2026 20:31
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.

3 participants