fix(crabbox): show broker url in auth guard · openclaw/openclaw@d5b5eac
vincentkoc
·
2026-05-27
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -428,7 +428,7 @@ function enforceBrokeredAws(commandArgs, providerName) {
|
428 | 428 | console.error( |
429 | 429 | [ |
430 | 430 | "[crabbox] provider=aws requires a configured Crabbox broker for OpenClaw proof.", |
431 | | -"[crabbox] run `crabbox login --provider aws`, then retry.", |
| 431 | +"[crabbox] run `crabbox login --url https://crabbox.openclaw.ai --provider aws`, then retry.", |
432 | 432 | "[crabbox] for intentional direct AWS provider debugging, set OPENCLAW_CRABBOX_ALLOW_DIRECT_AWS=1.", |
433 | 433 | ].join("\n"), |
434 | 434 | ); |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。