mirror of
https://github.com/moltbot/moltbot.git
synced 2026-04-26 16:06:16 +00:00
docs: refresh control-ui shared-secret mirrors
This commit is contained in:
@@ -225,7 +225,8 @@ For the generic Docker flow, see [Docker](/install/docker).
|
||||
|
||||
`http://127.0.0.1:18789/`
|
||||
|
||||
Paste your gateway token.
|
||||
Paste the configured shared secret. This guide uses the gateway token by
|
||||
default; if you switched to password auth, use that password instead.
|
||||
|
||||
</Step>
|
||||
</Steps>
|
||||
|
||||
@@ -31,7 +31,8 @@ kubectl port-forward svc/openclaw 18789:18789 -n openclaw
|
||||
open http://localhost:18789
|
||||
```
|
||||
|
||||
Retrieve the gateway token and paste it into the Control UI:
|
||||
Retrieve the configured shared secret for the Control UI. This deploy script
|
||||
creates a gateway token by default:
|
||||
|
||||
```bash
|
||||
kubectl get secret openclaw-secrets -n openclaw -o jsonpath='{.data.OPENCLAW_GATEWAY_TOKEN}' | base64 -d
|
||||
|
||||
Reference in New Issue
Block a user