Skip to content

Commit b02ae18

Browse files
Update connect-to-an-advanced-cluster.md
Add clarity on when to use GCP endpoint name
1 parent abf7f64 commit b02ae18

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

src/current/cockroachcloud/connect-to-an-advanced-cluster.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ Private connectivity can be configured only after a cluster is created.
5454
- Set **Target** to **Published service**.
5555
- 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.
5656
- 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.
5859
- Click **Add endpoint**.
5960
- After the endpoint is created, copy the connection ID.
6061
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
163164
1. Select the **Command Line** tab.
164165
1. If CockroachDB is not installed locally, copy the command to download and install it. In your terminal, run the command.
165166
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**.
167168
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 %}).
168169

169170
1. Enter the SQL user's password and enter.
@@ -190,7 +191,7 @@ To connect to your cluster from your application:
190191
191192
1. Select the **Connection string** tab.
192193
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.
194195
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 %}).
195196
1. Click **Close**.
196197
@@ -215,7 +216,7 @@ To connect to your cluster with a [CockroachDB-compatible tool]({% link {{site.c
215216
--------------|------------
216217
`{username}` | The [SQL user]({% link cockroachcloud/managing-access.md %}#create-a-sql-user) connecting to the cluster.
217218
`{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.
219220
`{port}` | The port at which the CockroachDB node is listening.
220221
`{database}` | The name of the (existing) database.
221222

0 commit comments

Comments
 (0)