From 692a0c5ea3b4f4fbff149b959cbaff133a4ad238 Mon Sep 17 00:00:00 2001 From: William Valentin Date: Sun, 15 Feb 2026 11:24:47 -0800 Subject: [PATCH] docs(api): clarify Tailscale auth config key --- docs/api/PROTOCOL.md | 2 +- docs/plans/state.json | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/api/PROTOCOL.md b/docs/api/PROTOCOL.md index be4e463..e6bbe1c 100644 --- a/docs/api/PROTOCOL.md +++ b/docs/api/PROTOCOL.md @@ -131,7 +131,7 @@ If `server.tailscale_identity` is enabled, connections from Tailscale are truste ```javascript // Automatic when connecting via Tailscale -// No additional auth required if trustTailscaleIdentity: true +// No additional auth required if server.tailscale_identity is enabled ``` ### HTTP Auth diff --git a/docs/plans/state.json b/docs/plans/state.json index 1237ef3..7a18cdd 100644 --- a/docs/plans/state.json +++ b/docs/plans/state.json @@ -24,6 +24,11 @@ "date": "2026-02-15", "summary": "Docs fix: updated docs/deployment/PRODUCTION.md to match the repo's actual Dockerfile (pnpm/corepack) and docker-compose.yml, and corrected the config YAML snippet to use models.default.provider/model/api_key per the current config schema." }, + "docs-protocol-tailscale-auth-wording": { + "status": "completed", + "date": "2026-02-15", + "summary": "Docs fix: clarified the Tailscale auth note in docs/api/PROTOCOL.md to reference server.tailscale_identity." + }, "openclaw-gap-roadmap": { "file": "2026-02-15-openclaw-gap-roadmap.md", "status": "planned",