You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/manuals/security/for-admins/roles-and-permissions.md
+23-18Lines changed: 23 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,30 +9,35 @@ aliases:
9
9
weight: 40
10
10
---
11
11
12
-
Organization and company owners can assign roles to individuals giving them different permissions in the organization. This section is for owners who want to learn about the defined roles and their permission scopes.
12
+
Organization and company owners can assign roles to individuals giving them different permissions in the organization. This guide outlines Docker's organization roles and their permission scopes.
13
13
14
14
## Roles
15
15
16
-
When you invite users to your organization, you assign a role. A role is a collection of permissions. Roles define access to perform actions like creating repositories, pulling images, creating teams, and configuring organization settings.
16
+
When you invite users to your organization, you assign them a role. A role is a collection of permissions. Roles define whether users can create repositories, pull images, create teams, and configure organization settings.
17
17
18
18
The following roles are available to assign:
19
19
20
-
-**Member** - Non-administrative role. Members can view other members that are in the same organization.
21
-
-**Editor** - Partial administrative access to the organization. Editors can create, edit, and delete repositories. They can also edit an existing team's access permissions.
22
-
-**Organization owner** - Full organization administrative access. Organization owners can manage organization repositories, teams, members, settings, and billing.
23
-
-**Company owner** - In addition to the permissions of an organization owner, company owners can configure settings for their associated organizations.
20
+
- Member: Non-administrative role. Members can view other members that are in the same organization.
21
+
- Editor: Partial administrative access to the organization. Editors can create, edit, and delete repositories. They can also edit an existing team's access permissions.
22
+
- Organization owner: Full organization administrative access. Organization owners can manage organization repositories, teams, members, settings, and billing.
23
+
- Company owner: In addition to the permissions of an organization owner, company owners can configure settings for their associated organizations.
24
24
25
-
Owners can manage roles for members of an organization on [Docker Hub](/manuals/admin/organization/members.md#update-a-member-role), as well members of an [organization](/manuals/admin/organization/members.md#update-a-member-role) or a [company](/manuals/admin/company/users.md#update-a-member-role) in the [Docker Admin Console](/manuals/admin/_index.md).
25
+
Owners can manage roles for members of an organization using Docker Hub or the Admin Console:
26
+
- Update a member role in [Docker Hub](/manuals/admin/organization/members.md#update-a-member-role)
27
+
- Update an organization's members or company in the [Admin Console](/manuals/admin/company/users.md#update-a-member-role)
28
+
- Learn more about [organizations and companies](/manuals/admin/_index.md)
26
29
27
30
## Permissions
28
31
32
+
> [!NOTE]
33
+
>
34
+
> Company owners have the same access as organization owners for all associated organizations. For more information, see [Company overview](/admin/company/).
35
+
29
36
The following sections describe the permissions for each role.
30
37
31
38
### Content and registry permissions
32
39
33
-
The following outlines content and registry permissions for member, editor, and organization owner roles. These permissions and roles apply to the entire organization, including all the repositories in the namespace for the organization.
34
-
35
-
Company owners have the same access as organization owners for all associated organizations. See [Company overview](/admin/company/).
40
+
The following table outlines content and registry permissions for member, editor, and organization owner roles. These permissions and roles apply to the entire organization, including all the repositories in the namespace for the organization.
36
41
37
42
| Permission | Member | Editor | Organization owner |
@@ -53,13 +58,13 @@ Company owners have the same access as organization owners for all associated or
53
58
54
59
When you add members to a team, you can manage their repository permissions. For team repository permissions, see [Create and manage a team permissions reference](/manuals/admin/organization/manage-a-team.md#permissions-reference).
55
60
56
-
See the following diagram for an example of how permissions may work for a user. In this example, the first permission check is for the role: member or editor. Editors have administrative permissions for repositories across the namespace of the organization. Members may have administrative permissions for a repository if they're a member of a team that grants those permissions.
61
+
The following diagram provides an example of how permissions may work for a user. In this example, the first permission check is for the role: member or editor. Editors have administrative permissions for repositories across the namespace of the organization. Members may have administrative permissions for a repository if they're a member of a team that grants those permissions.
57
62
58
63

59
64
60
65
### Organization management permissions
61
66
62
-
The following outlines organization management permissions for member, editor, organization owner, and company owner roles.
67
+
The following table outlines organization management permissions for member, editor, organization owner, and company owner roles.
63
68
64
69
| Permission | Member | Editor | Organization owner | Company owner |
Copy file name to clipboardExpand all lines: content/manuals/subscription/build-cloud/manage-seats.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,4 +40,4 @@ As an owner of the Docker Build Cloud team, you can invite members to access clo
40
40
41
41
Invitees receive an email with instructions on how they can accept the invite. After they accept, the seat will be marked as **Allocated** in the **User management** section in the Docker Build Cloud dashboard.
42
42
43
-
For more information on the permissions granted to members, see [Roles and permissions](/security/for-admins/roles-and-permissions#docker-build-cloud).
43
+
For more information on the permissions granted to members, see [Roles and permissions](/manuals/security/for-admins/roles-and-permissions.md).
0 commit comments