docs(help,security): cross-reference auth list and trusted-env-proxy · openclaw/openclaw@967c098
vincentkoc
·
2026-05-05
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -466,6 +466,8 @@ Related: [/concepts/oauth](/concepts/oauth) (OAuth flows, token storage, multi-a
|
466 | 466 | ~/.openclaw/agents/<agentId>/agent/auth-profiles.json |
467 | 467 | ``` |
468 | 468 | |
| 469 | +To inspect saved profiles without dumping secrets, run `openclaw models auth list` (optionally `--provider <id>` or `--json`). See [Models CLI](/cli/models#openclaw-models-auth-list) for details. |
| 470 | + |
469 | 471 | </Accordion> |
470 | 472 | |
471 | 473 | <Accordion title="What are typical profile IDs?"> |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -56,6 +56,7 @@ On shutdown, OpenClaw restores the previous proxy environment and resets cached
|
56 | 56 | - `proxy.enabled` / `proxy.proxyUrl`: outbound forward-proxy routing for OpenClaw runtime egress. This page documents that feature. |
57 | 57 | - `gateway.auth.mode: "trusted-proxy"`: inbound identity-aware reverse-proxy authentication for Gateway access. See [Trusted proxy auth](/gateway/trusted-proxy-auth). |
58 | 58 | - `openclaw proxy`: local debug proxy and capture inspector for development and support. See [openclaw proxy](/cli/proxy). |
| 59 | +- `tools.web.fetch.useTrustedEnvProxy`: opt-in for `web_fetch` to let an operator-controlled HTTP(S) env proxy resolve DNS while keeping default strict DNS pinning and hostname policy. See [Web fetch](/tools/web-fetch#trusted-env-proxy). |
59 | 60 | - Channel or provider-specific proxy settings: owner-specific overrides for a particular transport. Prefer the managed network proxy when the goal is central egress control across the runtime. |
60 | 61 | |
61 | 62 | ## Configuration |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。