Skip to content

Commit 0a1a2e1

Browse files
committed
add advanced security
1 parent ef0b51b commit 0a1a2e1

File tree

2 files changed

+34
-1
lines changed

2 files changed

+34
-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: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# Advanced Security
2+
3+
<Tip warning={true}>
4+
This feature is part of the <a href="https://huggingface.co/enterprise" target="_blank">Enterprise Hub</a>.
5+
</Tip>
6+
7+
Enterprise Hub organizations can improve their security posture with advanced security controls for both members and repositories.
8+
9+
<div class="flex justify-center">
10+
<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."/>
11+
<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."/>
12+
</div>
13+
14+
## Members Security
15+
16+
Configure additional security settings to protect your organization:
17+
18+
- **Two-Factor Authentication (2FA)**: Require all organization members to enable 2FA for enhanced account security.
19+
- **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.
20+
21+
## Repository Visibility Controls
22+
23+
Manage the default visibility of repositories in your organization:
24+
25+
- **Public by default**: New repositories are created with public visibility
26+
- **Private by default**: New repositories are created with private visibility. Note that changing this setting will not affect existing repositories.
27+
- **Private only**: Enforce private visibility for all new repositories, with only organization admins able to change visibility settings
28+
29+
These settings help organizations maintain control over their intellectual property while enabling collaboration when needed.
30+
31+
[Learn more about Enterprise security features →](/docs/hub/enterprise-hub-advanced-security)

0 commit comments

Comments
 (0)