From e552b12f22b138faa4b4b8383b2a6432eb0d273f Mon Sep 17 00:00:00 2001 From: Michael Li Date: Tue, 12 Sep 2023 18:44:53 -0400 Subject: [PATCH] test(e2e): Add missing proxy listener to config file (#3715) --- enos/modules/docker_boundary/boundary-config-bsr.hcl | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/enos/modules/docker_boundary/boundary-config-bsr.hcl b/enos/modules/docker_boundary/boundary-config-bsr.hcl index cd2d6c5f11..93a2e4fd07 100644 --- a/enos/modules/docker_boundary/boundary-config-bsr.hcl +++ b/enos/modules/docker_boundary/boundary-config-bsr.hcl @@ -33,6 +33,12 @@ listener "tcp" { tls_disable = true } +listener "tcp" { + address = "boundary:9202" + purpose = "proxy" + tls_disable = true +} + listener "tcp" { address = "boundary:9203" purpose = "ops"