From a83a4112ce401d0c573fea5596a73d32fef8acd1 Mon Sep 17 00:00:00 2001 From: Jeff Mitchell Date: Wed, 15 Jun 2022 14:47:32 -0500 Subject: [PATCH] Fix hcpb URL suffix --- internal/daemon/worker/controller_connection.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/daemon/worker/controller_connection.go b/internal/daemon/worker/controller_connection.go index 9f51475d44..29eaa3bec9 100644 --- a/internal/daemon/worker/controller_connection.go +++ b/internal/daemon/worker/controller_connection.go @@ -35,7 +35,7 @@ import ( "google.golang.org/protobuf/proto" ) -const hcpbUrlSuffix = ".proxy.boundary.hashicorp.cloud" +const hcpbUrlSuffix = ".proxy.boundary.hashicorp.cloud:9202" // StartControllerConnections starts up the resolver and initiates controller // connection client creation