From 9dbcb0896ebaede533c2a295a6995589cef235aa Mon Sep 17 00:00:00 2001 From: chemavx Date: Thu, 9 Jul 2026 14:38:32 +0000 Subject: [PATCH] =?UTF-8?q?fix(n8n):=20N8N=5FBLOCK=5FENV=5FACCESS=5FIN=5FN?= =?UTF-8?q?ODE=3Dfalse=20=E2=80=94=20n8n=20bloquea=20$env=20por=20defecto?= =?UTF-8?q?=20y=20el=20autopost=20no=20pod=C3=ADa=20leer=20GETXAPI=5FTOKEN?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Fable 5 --- n8n/deployment-n8n.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/n8n/deployment-n8n.yaml b/n8n/deployment-n8n.yaml index ff8ea29..b0dd4a0 100644 --- a/n8n/deployment-n8n.yaml +++ b/n8n/deployment-n8n.yaml @@ -41,6 +41,10 @@ spec: secretKeyRef: name: n8n-secret-infisical key: GETXAPI_TOKEN + # n8n ≥1.x bloquea $env en expresiones por defecto; sin esto el nodo + # HTTP del autopost no puede leer GETXAPI_TOKEN. Instancia single-user. + - name: N8N_BLOCK_ENV_ACCESS_IN_NODE + value: "false" - name: N8N_HOST value: n8n.chemavx.xyz - name: N8N_PORT