Skip to content

Commit 322fffc

Browse files
clark1013ti-chi-bot
authored andcommitted
cloud: mark Alibaba Cloud private endpoint auth optional
1 parent 0e05177 commit 322fffc

1 file changed

Lines changed: 10 additions & 5 deletions

File tree

tidb-cloud/set-up-private-endpoint-connections-on-alibaba-cloud.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ To connect to your {{{ .starter }}} or {{{ .essential }}} instance via a private
2222

2323
1. [Choose a {{{ .starter }}} or Essential instance](#step-1-choose-a-tidb-instance)
2424
2. [Create a private endpoint on Alibaba Cloud](#step-2-create-a-private-endpoint-on-alibaba-cloud)
25-
3. [Authorize your private endpoint in TiDB Cloud](#step-3-authorize-your-private-endpoint-in-tidb-cloud)
25+
3. [Authorize your private endpoint in TiDB Cloud (optional)](#step-3-authorize-your-private-endpoint-in-tidb-cloud-optional)
2626
4. [Connect to your {{{ .starter }}} or Essential instance using the private endpoint](#step-4-connect-to-your-instance-using-the-private-endpoint)
2727

2828
### Step 1. Choose a {{{ .starter }}} or Essential instance {#step-1-choose-a-tidb-instance}
@@ -51,9 +51,13 @@ To use the Alibaba Cloud Management Console to create a VPC interface endpoint,
5151
8. Click **OK** to create the endpoint.
5252
9. Wait for the endpoint status to become **Active** and the connection status to become **Connected**.
5353

54-
### Step 3. Authorize your private endpoint in TiDB Cloud
54+
### Step 3. Authorize your private endpoint in TiDB Cloud (optional)
5555

56-
After creating the interface endpoint on Alibaba Cloud, you must add it to the allowlist of your target {{{ .starter }}} or {{{ .essential }}} instance.
56+
> **Note:**
57+
>
58+
> This step is optional. You only need to configure **Authorized Networks** when you want to restrict access to specific private endpoint connections. If no rules are configured, all private endpoint connections are allowed by default.
59+
60+
After creating the interface endpoint on Alibaba Cloud, you can authorize it for your target {{{ .starter }}} or {{{ .essential }}} instance to restrict access.
5761

5862
1. On the [**My TiDB**](https://tidbcloud.com/tidbs) page, click the name of your target {{{ .starter }}} or {{{ .essential }}} instance to go to its overview page.
5963
2. Click **Settings** > **Networking** in the left navigation pane.
@@ -65,8 +69,9 @@ After creating the interface endpoint on Alibaba Cloud, you must add it to the a
6569
- **Your Endpoint ID**: paste your 23-character endpoint ID from the Alibaba Cloud Management Console (starts with `ep-`).
6670

6771
> **Tip:**
68-
>
69-
> To allow all Private Endpoint connections from your cloud region (for testing or open access), enter a single asterisk (`*`) in the **Your Endpoint ID** field.
72+
>
73+
> - If you leave the **Authorized Networks** table empty, all private endpoint connections are allowed by default.
74+
> - To allow all private endpoint connections from your cloud region (for testing or open access), enter a single asterisk (`*`) in the **Your Endpoint ID** field.
7075
7176
5. Click **Submit**.
7277

0 commit comments

Comments
 (0)