mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-19 16:25:50 +00:00
fix(secrets): add legacy x_search secret target
This commit is contained in:
parent
3528e15817
commit
ec6a07ef05
1 changed files with 11 additions and 0 deletions
|
|
@ -714,6 +714,17 @@ const SECRET_TARGET_REGISTRY: SecretTargetRegistryEntry[] = [
|
|||
includeInConfigure: true,
|
||||
includeInAudit: true,
|
||||
},
|
||||
{
|
||||
id: "tools.web.x_search.apiKey",
|
||||
targetType: "tools.web.x_search.apiKey",
|
||||
configFile: "openclaw.json",
|
||||
pathPattern: "tools.web.x_search.apiKey",
|
||||
secretShape: SECRET_INPUT_SHAPE,
|
||||
expectedResolvedValue: "string",
|
||||
includeInPlan: true,
|
||||
includeInConfigure: true,
|
||||
includeInAudit: true,
|
||||
},
|
||||
{
|
||||
id: "plugins.entries.brave.config.webSearch.apiKey",
|
||||
targetType: "plugins.entries.brave.config.webSearch.apiKey",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue