fix(n8n): N8N_BLOCK_ENV_ACCESS_IN_NODE=false — n8n bloquea $env por defecto y el autopost no podía leer GETXAPI_TOKEN
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user