From f29256ca55c25015d976e8e4f30c10e015861cd2 Mon Sep 17 00:00:00 2001 From: chemavx Date: Thu, 9 Jul 2026 14:30:20 +0000 Subject: [PATCH] =?UTF-8?q?feat(n8n):=20inyectar=20GETXAPI=5FTOKEN=20desde?= =?UTF-8?q?=20n8n-secret-infisical=20(rotaci=C3=B3n=20token=20X=20autopost?= =?UTF-8?q?)?= 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 | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/n8n/deployment-n8n.yaml b/n8n/deployment-n8n.yaml index 40c6f5d..ff8ea29 100644 --- a/n8n/deployment-n8n.yaml +++ b/n8n/deployment-n8n.yaml @@ -34,6 +34,13 @@ spec: secretKeyRef: name: n8n-secret-infisical key: encryption-key + # Token getxapi (X autopost) — rotado 2026-07-09; el workflow lo lee + # con la expresión {{ $env.GETXAPI_TOKEN }}, nunca inline en el nodo. + - name: GETXAPI_TOKEN + valueFrom: + secretKeyRef: + name: n8n-secret-infisical + key: GETXAPI_TOKEN - name: N8N_HOST value: n8n.chemavx.xyz - name: N8N_PORT