Skip to content

Commit 94a42b0

Browse files
shuochen0311akshaysingla-db
authored andcommitted
[lakebox] Default staging SSH gateway to ue1.s.dbrx.dev
us-east-1 is the staging region where the SSH gateway is reachable in practice; uw2.s.dbrx.dev does not have a routable lakebox listener. Users targeting a different staging region can still override with --gateway. Co-authored-by: Isaac
1 parent 40b66ad commit 94a42b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmd/lakebox/ssh.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import (
1616

1717
const (
1818
defaultGatewayHost = "uw2.dbrx.dev"
19-
stagingDefaultGatewayHost = "uw2.s.dbrx.dev"
19+
stagingDefaultGatewayHost = "ue1.s.dbrx.dev"
2020
defaultGatewayPort = "2222"
2121
)
2222

0 commit comments

Comments
 (0)