Skip to content

Commit f494565

Browse files
authored
Merge pull request #4264 from ClickHouse/Blargian-patch-92
Clarify that IP access lists only apply outside of PrivateLink
2 parents da590e8 + 7ce0915 commit f494565

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

docs/cloud/security/setting-ip-filters.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@ Classless Inter-domain Routing (CIDR) notation, allows you to specify IP address
2424

2525
## Create or modify an IP access list {#create-or-modify-an-ip-access-list}
2626

27+
:::note Applicable only to connections outside of PrivateLink
28+
IP access lists only apply to connections from the public internet, outside of [PrivateLink](/cloud/security/private-link-overview).
29+
If you only want traffic from PrivateLink, set `DenyAll` in IP Allow list.
30+
:::
31+
2732
<details>
2833
<summary>IP access list for ClickHouse services</summary>
2934

@@ -63,15 +68,15 @@ This screenshot shows an access list which allows traffic from a range of IP add
6368

6469
<Image img={ip_filter_add_single_ip} size="md" alt="Adding a single IP to the access list in ClickHouse Cloud" border/>
6570

66-
1. Delete an existing entry
71+
2. Delete an existing entry
6772

6873
Clicking the cross (x) can deletes an entry
6974

70-
1. Edit an existing entry
75+
3. Edit an existing entry
7176

7277
Directly modifying the entry
7378

74-
1. Switch to allow access from **Anywhere**
79+
4. Switch to allow access from **Anywhere**
7580

7681
This is not recommended, but it is allowed. We recommend that you expose an application built on top of ClickHouse to the public and restrict access to the back-end ClickHouse Cloud service.
7782

0 commit comments

Comments
 (0)