From bc6f4538fea6899f8f6767f09c6c6ae588f7d82c Mon Sep 17 00:00:00 2001 From: Joe Sirianni Date: Wed, 5 Feb 2025 15:01:14 -0500 Subject: [PATCH] configure a transform agent --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d8830dc..aef963c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -130,6 +130,8 @@ jobs: -e BINDPLANE_TLS_CERT=/bindplane.crt \ -e BINDPLANE_TLS_KEY=/bindplane.key \ -e BINDPLANE_LICENSE="${BINDPLANE_LICENSE}" \ + - BINDPLANE_TRANSFORM_AGENT_ENABLE_REMOTE=true + - BINDPLANE_TRANSFORM_AGENT_REMOTE_AGENTS=transform:4568 -p 3001:3001 \ -v $(pwd)/step/bindplane.crt:/bindplane.crt \ -v $(pwd)/step/bindplane.key:/bindplane.key \