Skip to content

Commit d89e594

Browse files
committed
update network security doc
1 parent 321dc99 commit d89e594

File tree

1 file changed

+6
-29
lines changed

1 file changed

+6
-29
lines changed

docs/hub/enterprise-hub-network-security.md

Lines changed: 6 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -18,47 +18,25 @@ You can set multiple ranges, one per line.
1818

1919
## Higher Hub rate limits
2020

21-
Apply for higher rate-limits for your organization.
21+
Most of the actions on the Hub have limits, for example, users are limited to creating a certain number of repositories per day.
22+
Once your IP ranges are set, enabling this option lets your organization request the highest usage limits for members connecting from those ranges. This also enables the highest HTTP rate limits on the Hub API, to unlock large volumes of model or dataset downloads.
2223

23-
Most of the actions on the Hub have limits, for example, users are limited to creating a certain number of repositories per day. This option allows your organization to apply for higher limits for your organization members. This also enables higher HTTP rate limits on the Hub API, to unlock large volumes of model or dataset downloads.
24-
25-
To activate this option:
26-
27-
1. Toggle on the "Higher Hub rate limits" option
24+
For more information about rate limits, see the [Hub Rate limits](./rate-limits) documentation.
2825

2926
<div class="flex justify-center">
3027
<img class="block dark:hidden" src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/enterprise/network-sec-rate-limit.png" alt="Screenshot of the toggle to enable High rate-limits."/>
3128
<img class="hidden dark:block" src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/enterprise/dark-network-sec-rate-limit.png" alt="Screenshot of the toggle to enable High rate-limits."/>
3229
</div>
3330

34-
You need to have a valid Enterprise Plus subscription for this option to take effect.
35-
36-
2. Ensure the Organization IP Ranges are defined
37-
38-
Once defined, higher rate limits will apply to members of your organization whose IPs match the defined ranges.
39-
4031

4132
## Restrict organization access to your IP ranges only
4233

43-
This option restricts access to your organization's resources to only those coming from your defined IP ranges. No one can access your organization resources outside your IP ranges. The rules also apply to access tokens.
44-
45-
To activate this option:
46-
47-
1. Toggle on the "Restrict organization access to your IP ranges only" option
48-
49-
<div class="flex justify-center">
50-
<img class="block dark:hidden" src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/enterprise/network-sec-enforce-auth.png" alt="Screenshot of the toggle to restrict organization access to IP ranges."/>
51-
<img class="hidden dark:block" src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/enterprise/dark-network-sec-enforce-auth.png" alt="Screenshot of the toggle to restrict organization access to IP ranges."/>
52-
</div>
53-
54-
You need to have a valid Enterprise Plus subscription for this option to take effect.
55-
56-
2. Ensure the Organization IP Ranges are defined
34+
This option restricts access to your organization's resources to only those coming from your defined IP ranges. No one can access your organization resources outside your IP ranges. The rules also apply to access tokens. When enabled, this option unlocks additional nested security settings below.
5735

5836

5937
### Require login for users in your IP ranges
6038

61-
When this nested option is enabled, anyone visiting Hugging Face from your corporate network must be logged in and belong to your organization (requires a manual verification when IP ranges have changed). If enabled, you can optionally define a content access policy.
39+
When this option is enabled, anyone visiting Hugging Face from your corporate network must be logged in and belong to your organization (requires a manual verification when IP ranges have changed). If enabled, you can optionally define a content access policy.
6240

6341
All public pages will show the following message if access is unauthenticated:
6442

@@ -67,12 +45,11 @@ All public pages will show the following message if access is unauthenticated:
6745
<img class="hidden dark:block" src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/enterprise/dark-network-sec-restricted-url.png" alt="Screenshot of restricted pages on the Hub."/>
6846
</div>
6947

70-
1. Toggle on the "Require login for users in your IP ranges" option (this option appears when "Restrict organization access to your IP ranges only" is enabled)
7148

7249

7350
### Content Access Policy
7451

75-
You can also define a fine-grained Content Access Policy by blocking certain sections of the Hugging Face Hub.
52+
Define a fine-grained Content Access Policy by blocking certain sections of the Hugging Face Hub.
7653

7754
For example, you can block your organization's members from accessing Spaces by adding `/spaces/*` to the blocked URLs. When users of your organization navigate to a page that matches the URL pattern, they'll be presented the following page:
7855

0 commit comments

Comments
 (0)