Search the documentation
6 pages for allowedenvvars.
Titles and paths first, then pages whose text carries it. Each row opens that page as this site last read it.
Claude Code changelog
Claude Code CLI · in the page
changelog
…loaded conversation * Fixed managed `allowedHttpHookUrls`, `httpHookAllowedEnvVars` and `allowedChannelPlugins` to admit nothing, not everything, when unreadable * Fixed `/login` on machines whose…
Hooks reference
Claude Code CLI · in the page
hooks
…hook handler only if its URL matches the merged allowlist * `httpHookAllowedEnvVars`: when defined, Claude Code interpolates only the environment variables on that list into hook headers ### Matcher…
Automate actions with hooks
Claude Code CLI · in the page
hooks-guide
…"Authorization": "Bearer $MY_TOKEN" }, "allowedEnvVars": ["MY_TOKEN"] } ] } ] } } ``` The endpoint should return a JSON response body using…
Deploy managed settings
Claude Code CLI · in the page
managed-settings
…| | `httpHookAllowedEnvVars` | Claude Code enforces an empty managed [allowlist](/docs/en/settings-reference#httphookallowedenvvars) until…
Claude Code settings
Claude Code CLI · in the page
settings
…| | `httpHookAllowedEnvVars` | Allowlist of environment variable names HTTP hooks may interpolate into headers. When set, each hook's…
All settings
Claude Code CLI · in the page
settings-reference
…and automation | Any file | | [`httpHookAllowedEnvVars`](#httphookallowedenvvars) | Limit which env vars [HTTP hooks](/d…