Skip to content

Commit 7354af7

Browse files
lpcoxCopilot
andcommitted
fix: sync src schema excludeEnv with docs copy
PR #3550 updated docs/awf-config.schema.json but missed src/ copy. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 42f4216 commit 7354af7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/awf-config-schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@
351351
"items": {
352352
"type": "string"
353353
},
354-
"description": "Environment variable names to exclude when envAll is true."
354+
"description": "Environment variable names to exclude when envAll is true. IMPORTANT: Excluding LLM API keys (OPENAI_API_KEY, ANTHROPIC_API_KEY, etc.) without setting apiProxy.enabled=true will cause agent authentication failures. Use apiProxy.enabled=true for credential isolation instead of manual exclusion."
355355
}
356356
}
357357
},

0 commit comments

Comments
 (0)