You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/current/cockroachcloud/connect-to-an-advanced-cluster.md
+5-4
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,8 @@ Private connectivity can be configured only after a cluster is created.
54
54
- Set **Target** to **Published service**.
55
55
- Set **Target service** to the value you copied from CockroachDB {{ site.data.products.cloud }} Console. If the endpoint's configured target service does not match, validation will fail.
56
56
- Provide a value for **Endpoint name**. This is not used by CockroachDB {{ site.data.products.cloud }}.
57
-
- If it is not enabled, enable the Service Directory API, click **Enable global access**, and create a namespace in each region where your cluster is deployed.
57
+
- If it is not enabled, enable the Service Directory API, click **Enable global access**, and create a namespace in each region where your cluster is deployed. If the Service Directory API is not enabled, click Enable global access and create a namespace in each region where your cluster is deployed.
58
+
When Service Directory and Global access are enabled, GCP automatically maps your private endpoint IPs to approved DNS names.CockroachDB Cloud requires DNS name in your connection info to match the approved pattern in your cluster’s certificates. With Service Directory and Global Access features enabled, you can simply replace `<ENTER-ENDPOINT-NAME>` in your connection information with the assigned name of the Endpoint name used in the above step.
58
59
- Click **Add endpoint**.
59
60
- After the endpoint is created, copy the connection ID.
60
61
1. Return to the CockroachDB {{ site.data.products.cloud }} Console browser tab and click **Validate**.
@@ -163,7 +164,7 @@ To download a supported version of the SQL shell instead of the full binary, vis
163
164
1. Select the **Command Line** tab.
164
165
1. If CockroachDB is not installed locally, copy the command to download and install it. In your terminal, run the command.
165
166
1. If the CA certificate for the cluster is not downloaded locally, copy the command to download it. In your terminal, run the command.
166
-
1. Copy the [`cockroach sql`]({% link {{site.current_cloud_version}}/cockroach-sql.md %}) command, which will be used in the next step (and to connect to your cluster in the future). Click **Close**.
167
+
1. Copy the [`cockroach sql`]({% link {{site.current_cloud_version}}/cockroach-sql.md %}) command, which will be used in the next step (and to connect to your cluster in the future). In case you are connecting using Private Endpoint in GCP, replace `<ENTER-ENDPOINT-NAME>` in the command with the assigned GCP Endpoint name. Click **Close**.
167
168
1. In your terminal, enter the copied `cockroach sql` command and connection string to start the [built-in SQL client]({% link {{site.current_cloud_version}}/cockroach-sql.md %}).
168
169
169
170
1. Enter the SQL user's password and enter.
@@ -190,7 +191,7 @@ To connect to your cluster from your application:
190
191
191
192
1. Select the **Connection string** tab.
192
193
1. If the CA certificate for the cluster is not downloaded locally, copy the command to download it. In your terminal, run the command.
193
-
1. Copy the connection string, which begins with `postgresql://`. This will be used to connect your application to CockroachDB {{ site.data.products.advanced }}.
194
+
1. Copy the connection string, which begins with `postgresql://`. This will be used to connect your application to CockroachDB {{ site.data.products.advanced }}. In case you are connecting using Private Endpoint in GCP, replace `<ENTER-ENDPOINT-NAME>` in the connection string with the assigned GCP Endpoint name.
194
195
1. Add your copied connection string to your application code. For information about connecting to CockroachDB {{ site.data.products.advanced }} with a [supported client]({% link {{ site.current_cloud_version }}/third-party-database-tools.md %}), see [Connect to a CockroachDB Cluster]({% link {{ site.current_cloud_version }}/connect-to-the-database.md %}).
195
196
1. Click **Close**.
196
197
@@ -215,7 +216,7 @@ To connect to your cluster with a [CockroachDB-compatible tool]({% link {{site.c
215
216
--------------|------------
216
217
`{username}` | The [SQL user]({% link cockroachcloud/managing-access.md %}#create-a-sql-user) connecting to the cluster.
217
218
`{password}` | The password for the SQL user connecting to the cluster.
218
-
`{host}` | The host on which the CockroachDB node is running.
219
+
`{host}` | The host on which the CockroachDB node is running. In case you are connecting using Private Endpoint in GCP, replace `<ENTER-ENDPOINT-NAME>` in this connection parameter with the assigned GCP Endpoint name.
219
220
`{port}` | The port at which the CockroachDB node is listening.
220
221
`{database}` | The name of the (existing) database.
0 commit comments