chore(sync): mirror docs from openclaw/openclaw@0677a4f8b3

This commit is contained in:
openclaw-docs-sync[bot] 2026-05-04 23:42:45 +00:00
parent 28512a597a
commit 9902bf4779
3 changed files with 10 additions and 2 deletions

View File

@ -1,5 +1,5 @@
{
"repository": "openclaw/openclaw",
"sha": "29eb47e7364ed62805fb72fa2cc1a40580c02b3d",
"syncedAt": "2026-05-04T23:34:34.923Z"
"sha": "0677a4f8b33ef61ac83cfeaa9862cccd8647a664",
"syncedAt": "2026-05-04T23:40:41.857Z"
}

View File

@ -20,6 +20,10 @@ Notes:
- `dashboard` resolves configured `gateway.auth.token` SecretRefs when possible.
- `dashboard` follows `gateway.tls.enabled`: TLS-enabled gateways print/open
`https://` Control UI URLs and connect over `wss://`.
- If clipboard/browser delivery fails for a token-authenticated dashboard URL,
`dashboard` logs a safe manual-auth hint naming `OPENCLAW_GATEWAY_TOKEN`,
`gateway.auth.token`, and fragment key `token` without printing the token
value.
- For SecretRef-managed tokens (resolved or unresolved), `dashboard` prints/copies/opens a non-tokenized URL to avoid exposing external secrets in terminal output, clipboard history, or browser-launch arguments.
- If `gateway.auth.token` is SecretRef-managed but unresolved in this command path, the command prints a non-tokenized URL and explicit remediation guidance instead of embedding an invalid token placeholder.

View File

@ -39,6 +39,10 @@ Prefer localhost, Tailscale Serve, or an SSH tunnel.
- After onboarding, the CLI auto-opens the dashboard and prints a clean (non-tokenized) link.
- Re-open anytime: `openclaw dashboard` (copies link, opens browser if possible, shows SSH hint if headless).
- If clipboard and browser delivery fail, `openclaw dashboard` still prints the
clean URL and tells you to use the token from `OPENCLAW_GATEWAY_TOKEN` or
`gateway.auth.token` as the URL fragment key `token`; it does not print token
values in logs.
- If the UI prompts for shared-secret auth, paste the configured token or
password into Control UI settings.