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"