@@ -190,12 +190,14 @@ func TestIntegration_http_config(t *testing.T) {
190190 }
191191
192192 env := map [string ]string {
193- "BINDPLANE_USERNAME" : username ,
194- "BINDPLANE_PASSWORD" : password ,
195- "BINDPLANE_SESSION_SECRET" : "524abde2-d9f8-485c-b426-bac229686d13" ,
196- "BINDPLANE_LOGGING_OUTPUT" : "stdout" ,
197- "BINDPLANE_ACCEPT_EULA" : "true" ,
198- "BINDPLANE_LICENSE" : license ,
193+ "BINDPLANE_USERNAME" : username ,
194+ "BINDPLANE_PASSWORD" : password ,
195+ "BINDPLANE_SESSION_SECRET" : "524abde2-d9f8-485c-b426-bac229686d13" ,
196+ "BINDPLANE_LOGGING_OUTPUT" : "stdout" ,
197+ "BINDPLANE_ACCEPT_EULA" : "true" ,
198+ "BINDPLANE_LICENSE" : license ,
199+ "BINDPLANE_TRANSFORM_AGENT_ENABLE_REMOTE" : "true" ,
200+ "BINDPLANE_TRANSFORM_AGENT_REMOTE_AGENTS" : "transform:4568" ,
199201 }
200202
201203 container , version := bindplaneContainer (t , env )
@@ -376,12 +378,14 @@ func TestIntegration_invalidProtocol(t *testing.T) {
376378 }
377379
378380 env := map [string ]string {
379- "BINDPLANE_USERNAME" : username ,
380- "BINDPLANE_PASSWORD" : password ,
381- "BINDPLANE_SESSION_SECRET" : "524abde2-d9f8-485c-b426-bac229686d13" ,
382- "BINDPLANE_LOGGING_OUTPUT" : "stdout" ,
383- "BINDPLANE_ACCEPT_EULA" : "true" ,
384- "BINDPLANE_LICENSE" : license ,
381+ "BINDPLANE_USERNAME" : username ,
382+ "BINDPLANE_PASSWORD" : password ,
383+ "BINDPLANE_SESSION_SECRET" : "524abde2-d9f8-485c-b426-bac229686d13" ,
384+ "BINDPLANE_LOGGING_OUTPUT" : "stdout" ,
385+ "BINDPLANE_ACCEPT_EULA" : "true" ,
386+ "BINDPLANE_LICENSE" : license ,
387+ "BINDPLANE_TRANSFORM_AGENT_ENABLE_REMOTE" : "true" ,
388+ "BINDPLANE_TRANSFORM_AGENT_REMOTE_AGENTS" : "transform:4568" ,
385389 }
386390
387391 container , version := bindplaneContainer (t , env )
@@ -421,14 +425,16 @@ func TestIntegration_https(t *testing.T) {
421425 }
422426
423427 env := map [string ]string {
424- "BINDPLANE_USERNAME" : username ,
425- "BINDPLANE_PASSWORD" : password ,
426- "BINDPLANE_TLS_CERT" : "/tmp/bindplane.crt" ,
427- "BINDPLANE_TLS_KEY" : "/tmp/bindplane.key" ,
428- "BINDPLANE_SESSION_SECRET" : "524abde2-d9f8-485c-b426-bac229686d13" ,
429- "BINDPLANE_LOGGING_OUTPUT" : "stdout" ,
430- "BINDPLANE_ACCEPT_EULA" : "true" ,
431- "BINDPLANE_LICENSE" : license ,
428+ "BINDPLANE_USERNAME" : username ,
429+ "BINDPLANE_PASSWORD" : password ,
430+ "BINDPLANE_TLS_CERT" : "/tmp/bindplane.crt" ,
431+ "BINDPLANE_TLS_KEY" : "/tmp/bindplane.key" ,
432+ "BINDPLANE_SESSION_SECRET" : "524abde2-d9f8-485c-b426-bac229686d13" ,
433+ "BINDPLANE_LOGGING_OUTPUT" : "stdout" ,
434+ "BINDPLANE_ACCEPT_EULA" : "true" ,
435+ "BINDPLANE_LICENSE" : license ,
436+ "BINDPLANE_TRANSFORM_AGENT_ENABLE_REMOTE" : "true" ,
437+ "BINDPLANE_TRANSFORM_AGENT_REMOTE_AGENTS" : "transform:4568" ,
432438 }
433439
434440 container , version := bindplaneContainer (t , env )
@@ -468,15 +474,17 @@ func TestIntegration_mtls(t *testing.T) {
468474 }
469475
470476 env := map [string ]string {
471- "BINDPLANE_USERNAME" : username ,
472- "BINDPLANE_PASSWORD" : password ,
473- "BINDPLANE_TLS_CERT" : "/tmp/bindplane.crt" ,
474- "BINDPLANE_TLS_KEY" : "/tmp/bindplane.key" ,
475- "BINDPLANE_TLS_CA" : "/tmp/bindplane-ca.crt" ,
476- "BINDPLANE_SESSION_SECRET" : "524abde2-d9f8-485c-b426-bac229686d13" ,
477- "BINDPLANE_LOGGING_OUTPUT" : "stdout" ,
478- "BINDPLANE_ACCEPT_EULA" : "true" ,
479- "BINDPLANE_LICENSE" : license ,
477+ "BINDPLANE_USERNAME" : username ,
478+ "BINDPLANE_PASSWORD" : password ,
479+ "BINDPLANE_TLS_CERT" : "/tmp/bindplane.crt" ,
480+ "BINDPLANE_TLS_KEY" : "/tmp/bindplane.key" ,
481+ "BINDPLANE_TLS_CA" : "/tmp/bindplane-ca.crt" ,
482+ "BINDPLANE_SESSION_SECRET" : "524abde2-d9f8-485c-b426-bac229686d13" ,
483+ "BINDPLANE_LOGGING_OUTPUT" : "stdout" ,
484+ "BINDPLANE_ACCEPT_EULA" : "true" ,
485+ "BINDPLANE_LICENSE" : license ,
486+ "BINDPLANE_TRANSFORM_AGENT_ENABLE_REMOTE" : "true" ,
487+ "BINDPLANE_TRANSFORM_AGENT_REMOTE_AGENTS" : "transform:4568" ,
480488 }
481489
482490 container , version := bindplaneContainer (t , env )
0 commit comments