Skip to content

cloud: update doc for a toggle that disables public ip #10838

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: release-6.1
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions tidb-cloud/configure-security-settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,13 @@ If you do not configure the root password or allowed IP addresses at that time,

1. In the TiDB Cloud console, navigate to the **Clusters** page of your project.
2. Locate your cluster, and click **Security Settings** in the upper-right corner of the cluster area. The **Security Settings** dialog is displayed.
3. In the dialog, configure the root password and allowed IP addresses.
3. Configure the root password.
4. Configure the allowed IP addresses to connect to your cluster.

To allow your cluster to be accessible by any IP addresses, click **Allow Access from Anywhere**.
* For Dedicated Tier clusters, you can enable or disable public access to the cluster by clicking the **Public Access** toggle.
* To allow your cluster to be accessible by any IP addresses, click **Allow Access from Anywhere**.

4. Click **Apply**.
5. Click **Submit**.

> **Tip:**
>
Expand Down
4 changes: 4 additions & 0 deletions tidb-cloud/connect-to-tidb-cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ To connect to a Developer Tier cluster via standard connection, perform the foll

<div label="Dedicated Tier">

> **Note:**
>
> If [**Public Access**](/tidb-cloud/configure-security-settings.md) is disabled, you cannot connect to the cluster via standard connection.

To connect to a Dedicated Tier cluster via standard connection, perform the following steps:

1. Navigate to the **Clusters** page.
Expand Down