From 5f0d5995fe992687dbf00cee39db8d8b5f627c44 Mon Sep 17 00:00:00 2001 From: Khalefa Date: Tue, 19 May 2026 22:01:42 +0300 Subject: [PATCH] docs: remove reference to the private origin project The platform is going open-source; genericise the reuse note so the build brief names no private project. buoy's source scanned origin-clean. Signed-off-by: Khalefa --- BUILD.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/BUILD.md b/BUILD.md index e9a9e90..378fe88 100644 --- a/BUILD.md +++ b/BUILD.md @@ -45,9 +45,9 @@ config write → return a typed error; the running data plane keeps last-known-g `buoy`'s control channel is a **plain mTLS gRPC server** — `helm` dials it directly (the node is public). It does **not** need the reverse-tunnel code; -that belongs to `beacon`. You may lift the **mTLS setup / CA-verification** -helpers from the `sultix` project — and if you do, obey the rebrand rule in -`docs/BUILD.md` §4 (strip every `sultix`/`mc*`/`x-sultix-*` identifier). +that belongs to `beacon`. You may adapt the **mTLS setup / CA-verification** +helpers the operator wrote for an earlier private project — and if you do, +obey the rebrand rule in `docs/BUILD.md` §4 (strip every origin identifier). ## Milestones