Skip to content

Commit 6531a28

Browse files
Update lib/proxy/router.go
Co-authored-by: Edoardo Spadolini <edoardo.spadolini@goteleport.com>
1 parent bde60fa commit 6531a28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/proxy/router.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ func (r *Router) DialHost(ctx context.Context, clientSrcAddr, clientDstAddr net.
231231

232232
principals := []string{
233233
host,
234-
fmt.Sprintf("%s.%s", host, clusterName),
234+
host + "." + clusterName,
235235
}
236236

237237
var (

0 commit comments

Comments
 (0)