put some guards at critical runtime env vars

This commit is contained in:
macm1
2026-02-23 18:17:14 +03:00
parent 5003263eef
commit 0dea325473
4 changed files with 31 additions and 1 deletions
+2
View File
@@ -116,6 +116,8 @@ options:
# Feature flags:
# FEATURE_FLAG_X: "1"
# FEATURE_FLAG_Y: "0"
# Reserved keys are blocked to protect runtime/security
# (e.g. PATH, HOME, NODE_OPTIONS, NODE_PATH, OPENCLAW_*, proxy vars).
# Limits: max 50 variables, max key length 255 chars, max value length 10000 chars
gateway_env_vars: {}