Skip to content

Commit 2f74112

Browse files
authored
Correcting capitalization
1 parent 75a8b4b commit 2f74112

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

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

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,18 @@ import ip_filter_add_single_ip from '@site/static/images/cloud/security/ip-filte
1414
IP access lists filter traffic to ClickHouse services or API keys by specifying which source addresses are permitted to connect. These lists are configurable for each service and each API key. Lists can be configured during service or API key creation, or afterward.
1515

1616
:::important
17-
If you skip the creation of the IP Access List for a ClickHouse Cloud service then no traffic will be permitted to the service.
17+
If you skip the creation of the IP access list for a ClickHouse Cloud service then no traffic will be permitted to the service.
1818
:::
1919

2020
## Prepare {#prepare}
21-
Before you begin, collect the IP Addresses or ranges that should be added to the access list. Take into consideration remote workers, on-call locations, VPNs, etc. The IP Access List user interface accepts individual addresses and CIDR notation.
21+
Before you begin, collect the IP addresses or ranges that should be added to the access list. Take into consideration remote workers, on-call locations, VPNs, etc. The IP access list user interface accepts individual addresses and CIDR notation.
2222

23-
Classless Inter-domain Routing (CIDR) notation, allows you to specify IP Address ranges smaller than the traditional Class A, B, or C (8, 6, or 24) subnet mask sizes. [ARIN](https://account.arin.net/public/cidrCalculator) and several other organizations provide CIDR calculators if you need one, and if you would like more information on CIDR notation, please see the [Classless Inter-domain Routing (CIDR)](https://www.rfc-editor.org/rfc/rfc4632.html) RFC.
23+
Classless Inter-domain Routing (CIDR) notation, allows you to specify IP address ranges smaller than the traditional Class A, B, or C (8, 6, or 24) subnet mask sizes. [ARIN](https://account.arin.net/public/cidrCalculator) and several other organizations provide CIDR calculators if you need one, and if you would like more information on CIDR notation, please see the [Classless Inter-domain Routing (CIDR)](https://www.rfc-editor.org/rfc/rfc4632.html) RFC.
2424

25-
## Create or modify an IP Access List {#create-or-modify-an-ip-access-list}
25+
## Create or modify an IP access list {#create-or-modify-an-ip-access-list}
2626

2727
<details>
28-
<summary>IP Access List for ClickHouse Services</summary>
28+
<summary>IP access list for ClickHouse services</summary>
2929

3030
When you create a ClickHouse service, the default setting for the IP allow list is 'Allow from nowhere.'
3131

@@ -39,19 +39,19 @@ Classless Inter-domain Routing (CIDR) notation, allows you to specify IP Address
3939

4040
</details>
4141
<details>
42-
<summary>IP Access List for API Key</summary>
42+
<summary>IP access list for API keys</summary>
4343

44-
When you create an API Key, the default setting for the IP allow list is 'Allow from anywhere.'
44+
When you create an API key, the default setting for the IP allow list is 'Allow from anywhere.'
4545

46-
From the API Key list, click the three dots next to the API key under the Actions column and select ***Edit***. At the bottom of the screen you will find the IP access list and options to configure:
46+
From the API key list, click the three dots next to the API key under the Actions column and select ***Edit***. At the bottom of the screen you will find the IP access list and options to configure:
4747

4848
- Allow incoming traffic from anywhere to the service
4949
- Allow access from specific locations to the service
5050
- Deny all access to the service
5151

5252
</details>
5353

54-
This screenshot shows an access list which allows traffic from a range of IP Addresses, described as "NY Office range":
54+
This screenshot shows an access list which allows traffic from a range of IP addresses, described as "NY Office range":
5555

5656
<Image img={ip_filtering_after_provisioning} size="md" alt="Existing access list in ClickHouse Cloud" border/>
5757

@@ -100,4 +100,4 @@ Ok.
100100

101101
## Limitations {#limitations}
102102

103-
- Currently, IP Access Lists support only IPv4
103+
- Currently, IP access lists support only IPv4

0 commit comments

Comments
 (0)