From 3747927b9efddf58741d445314baec9732e1aae7 Mon Sep 17 00:00:00 2001 From: didericis Date: Wed, 13 May 2026 00:23:09 -0400 Subject: [PATCH] docs: align cred-proxy architecture diagram Trim one trailing space from the four arrow/HTTPS rows and add one dash to the bottle-container bottom edge so all box-bound lines are 68 columns. --- docs/prds/0010-cred-proxy.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/prds/0010-cred-proxy.md b/docs/prds/0010-cred-proxy.md index 65f153f..8f1756b 100644 --- a/docs/prds/0010-cred-proxy.md +++ b/docs/prds/0010-cred-proxy.md @@ -185,8 +185,8 @@ supported kinds (anthropic, github, gitea, npm): │ │ │ git remote.url → http://127.0.0.1:PORT/... │ │ │ │ │ │ tea --url → http://127.0.0.1:PORT/gitea │ │ │ │ │ └────────────┬───────────────────────────────────────┘ │ │ -│ │ │ plain HTTP, loopback │ │ -│ │ ▼ │ │ +│ │ │ plain HTTP, loopback │ │ +│ │ ▼ │ │ │ │ ┌── UID 0 (root) ────────────────────────────────────┐ │ │ │ │ │ cred-proxy listens 127.0.0.1:PORT │ │ │ │ │ │ tokens live ONLY in this process's environ │ │ │ @@ -198,15 +198,15 @@ supported kinds (anthropic, github, gitea, npm): │ │ │ /npm → registry.npmjs.org Bearer │ │ │ │ │ │ SSE pass-through, no buffering │ │ │ │ │ └────────────┬───────────────────────────────────────┘ │ │ -│ │ │ HTTPS │ │ -│ │ ▼ │ │ +│ │ │ HTTPS │ │ +│ │ ▼ │ │ │ │ ┌── pipelock (egress allowlist) ─────────────────────┐ │ │ │ │ │ allow: api.anthropic.com, api.github.com, │ │ │ │ │ │ github.com, gitea.dideric.is, │ │ │ │ │ │ registry.npmjs.org │ │ │ │ │ │ block: statsig, sentry, autoupdater, * │ │ │ │ │ └────────────┬───────────────────────────────────────┘ │ │ -│ └────────────────┼──────────────────────────────────────────┘ │ +│ └────────────────┼───────────────────────────────────────────┘ │ │ ▼ │ └────────────────────┼─────────────────────────────────────────────┘ ▼