Skip to content

Commit 923380c

Browse files
committed
add advanced security
1 parent ef0b51b commit 923380c

File tree

2 files changed

+36
-1
lines changed

2 files changed

+36
-1
lines changed

docs/hub/_toctree.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,9 +333,11 @@
333333
- local: enterprise-hub-datasets
334334
title: Dataset viewer for Private datasets
335335
- local: enterprise-hub-resource-groups
336-
title: Resource Groups (Advanced Access Control)
336+
title: Resource Groups (Access Control)
337337
- local: advanced-compute-options
338338
title: Advanced Compute Options
339+
- local: enterprise-hub-advanced-security
340+
title: Advanced Security
339341
- local: enterprise-hub-tokens-management
340342
title: Tokens Management
341343
- local: enterprise-hub-analytics
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
Ah yes, let me update the documentation to reflect this dependency:
2+
3+
# Advanced Security
4+
5+
<Tip warning={true}>
6+
This feature is part of the <a href="https://huggingface.co/enterprise" target="_blank">Enterprise Hub</a>.
7+
</Tip>
8+
9+
Enterprise Hub organizations can improve their security posture with advanced security controls for both members and repositories.
10+
11+
<div class="flex justify-center">
12+
<img class="block dark:hidden !m-0" src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/enterprise/advanced-security.png" alt="screenshot of the Dataset Viewer on a private dataset owned by an Enterprise Hub organization."/>
13+
<img class="hidden dark:block !m-0" src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/enterprise/advanced-security-dark.png" alt="screenshot of the Dataset Viewer on a private dataset owned by an Enterprise Hub organization."/>
14+
</div>
15+
16+
## Members Security
17+
18+
Configure additional security settings to protect your organization:
19+
20+
- **Two-Factor Authentication (2FA)**: Require all organization members to enable 2FA for enhanced account security.
21+
- **User Approval**: For organizations with a verified domain name, require admin approval for new users with matching email addresses. This adds a verified badge to your organization page.
22+
23+
## Repository Visibility Controls
24+
25+
Manage the default visibility of repositories in your organization:
26+
27+
- **Public by default**: New repositories are created with public visibility
28+
- **Private by default**: New repositories are created with private visibility. Note that changing this setting will not affect existing repositories.
29+
- **Private only**: Enforce private visibility for all new repositories, with only organization admins able to change visibility settings
30+
31+
These settings help organizations maintain control over their intellectual property while enabling collaboration when needed.
32+
33+
[Learn more about Enterprise security features →](/docs/hub/enterprise-hub-advanced-security)

0 commit comments

Comments
 (0)