Skip to content

Commit

Permalink
follow up to #1241 (#1245)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierrci authored Mar 14, 2024
1 parent 22c1fca commit 1669464
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/hub/enterprise-hub-resource-groups.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
This feature is part of the <a href="https://huggingface.co/enterprise" target="_blank">Enterprise Hub</a>.
</Tip>

Resource Groups allow Enterprise Hub organizations to enforce fine-grained access control to its repositories.
Resource Groups allow Enterprise Hub organizations to enforce fine-grained access control to their repositories.

Read the [documentation for Resource Groups under the Security section](./security-resource-groups).
4 changes: 2 additions & 2 deletions docs/hub/security-resource-groups.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ A repository can belong to only one Resource Group.

Organizations members need to be added to the Resource Group to access its repositories. An Organization Member can belong to several Resource Groups.

Members are assigned a role in each Resource Group that determines their permissions for the group's repositories. Four distinct roles exist for Resource Groups:
Members are assigned a role in each Resource Group that determines their permissions for the group's repositories. Four distinct roles exist for Resource Groups:

- `read`: Grants read access to repositories within the Resource Group.
- `contributor`: Provides extra write rights to the subset of the Organization's repositories created by the user (i.e., users can create repos and then modify only those repos). Similar to the 'Write' role, but limited to repos created by the user.
Expand All @@ -25,7 +25,7 @@ Organizations members need to be added to the Resource Group to access its repos

In addition, Organization admins can manage all resource groups inside the organization.

Resource Groups also affect the visibility of private repositories inside the organization. A private repository that is part of a Resource Group will only be visible to members of that Resource Group. Public repositories, on the other
Resource Groups also affect the visibility of private repositories inside the organization. A private repository that is part of a Resource Group will only be visible to members of that Resource Group. Public repositories, on the other hand, are visible to anyone, inside and outside the organization.

## Getting started

Expand Down

0 comments on commit 1669464

Please sign in to comment.