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
cx: add deprecation alerts to hub org management docs (docker#22386)
## Description
Core experiences is planning to deprecate org management in Docker Hub
in a few months (~2ish months). This will remove org management from the
following DH pages:
- Members
- Teams
- Activity Logs
- Settings - General
- Settings - Security
- Settings - Image Access
- Settings Registry Access
- Settings - Deactivate org
This PR:
- Adds an include for the hub management callouts
- Adds the new include to all docs that mention deprecated flows/pages
for hub org management (docs across Admin and Security mostly)
- Restructuring docs w/ Admin Console vs. Docker Hub tabs, leading with
Admin Console
- Some other small nits while I was in this area
_I am still waiting on confirmation about Team repo management. This is
not currently in the Admin Console._
## Related issues or tickets
- [ENGDOCS-2516](https://docker.atlassian.net/browse/ENGDOCS-2516)
## Reviews
- [ ] Editorial review
- [ ] Product review
[ENGDOCS-2516]:
https://docker.atlassian.net/browse/ENGDOCS-2516?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
Copy file name to clipboardExpand all lines: content/manuals/admin/_index.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -35,9 +35,9 @@ aliases:
35
35
- /docker-hub/admin-overview
36
36
---
37
37
38
-
Administrators can manage companies and organizations using the Docker Admin Console, or manage organizations in Docker Hub.
38
+
Administrators can manage companies and organizations using the Docker Admin Console.
39
39
40
-
The Docker Admin Console is available for customers with a Docker Business subscription. The [Docker Admin Console](https://admin.docker.com) provides administrators with centralized observability, access management, and controls for their company and organizations. To provide these features, Docker uses the following hierarchy and roles.
40
+
The [Docker Admin Console](https://admin.docker.com) provides administrators with centralized observability, access management, and controls for their company and organizations. To provide these features, Docker uses the following hierarchy and roles.
Copy file name to clipboardExpand all lines: content/manuals/admin/organization/convert-account.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,7 @@ Consider the following effects of converting your account:
54
54
55
55
1. Ensure you have removed your user account from any company or teams or organizations. Also make sure that you have a new Docker ID before you convert an account. See the [Prerequisites](#prerequisites) section for details.
56
56
57
-
2. Sign in to your [Docker account](https://app.docker.com/login).
57
+
2. Sign in to [Docker Home](https://app.docker.com/login).
58
58
59
59
3. In Docker Home, select your avatar in the top-right corner to open the drop-down.
Copy file name to clipboardExpand all lines: content/manuals/admin/organization/manage-a-team.md
+21-17Lines changed: 21 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -35,20 +35,22 @@ The organization owner can also add additional organization owners to help them
35
35
## Create a team
36
36
37
37
{{< tabs >}}
38
-
{{< tab name="Docker Hub" >}}
38
+
{{< tab name="Admin Console" >}}
39
39
40
-
1.Sign in to [Docker Hub](https://hub.docker.com).
41
-
2.Select **My Hub**and choose your organization.
42
-
3. Select the **Teams** and then select **Create Team**.
40
+
1.In Admin Console, select your organization.
41
+
2.In the **User management**section, select **Teams**.
42
+
3. Select **Create team**.
43
43
4. Fill out your team's information and select **Create**.
44
44
5.[Add members to your team](members.md#add-a-member-to-a-team).
45
45
46
46
{{< /tab >}}
47
-
{{< tab name="Admin Console" >}}
47
+
{{< tab name="Docker Hub" >}}
48
48
49
-
1. In Admin Console, select your organization.
50
-
2. In the **User management** section, select **Teams**.
51
-
3. Select **Create team**.
49
+
{{% include "hub-org-management.md" %}}
50
+
51
+
1. Sign in to [Docker Hub](https://hub.docker.com).
52
+
2. Select **My Hub** and choose your organization.
53
+
3. Select the **Teams** and then select **Create Team**.
52
54
4. Fill out your team's information and select **Create**.
53
55
5.[Add members to your team](members.md#add-a-member-to-a-team).
54
56
@@ -118,8 +120,19 @@ To view a team's permissions across all repositories:
118
120
Organization owners can delete a team in Docker Hub or Admin Console. When you remove a team from your organization, this action revokes the members' access to the team's permitted resources. It won't remove users from other teams that they belong to, nor will it delete any resources.
119
121
120
122
{{< tabs >}}
123
+
{{< tab name="Admin Console" >}}
124
+
125
+
1. In the [Admin Console](https://app.docker.com/admin), select your organization.
126
+
2. In the **User management** section, select **Teams**.
127
+
3. Select the **Actions** icon next to the name of the team you want to delete.
128
+
4. Select **Delete team**.
129
+
5. Review the confirmation message, then select **Delete**.
130
+
131
+
{{< /tab >}}
121
132
{{< tab name="Docker Hub" >}}
122
133
134
+
{{% include "hub-org-management.md" %}}
135
+
123
136
1. Sign in to [Docker Hub](https://hub.docker.com).
124
137
2. Select **My Hub** and choose your organization.
125
138
3. Select **Teams**.
@@ -128,15 +141,6 @@ Organization owners can delete a team in Docker Hub or Admin Console. When you r
128
141
6. Select **Delete Team**.
129
142
7. Review the confirmation message, then select **Delete**.
130
143
131
-
{{< /tab >}}
132
-
{{< tab name="Admin Console" >}}
133
-
134
-
1. In the [Admin Console](https://app.docker.com/admin), select your organization.
135
-
2. In the **User management** section, select **Teams**.
136
-
3. Select the **Actions** icon next to the name of the team you want to delete.
137
-
4. Select **Delete team**.
138
-
5. Review the confirmation message, then select **Delete**.
Copy file name to clipboardExpand all lines: content/manuals/admin/organization/members.md
+89-54Lines changed: 89 additions & 54 deletions
Original file line number
Diff line number
Diff line change
@@ -12,14 +12,16 @@ Learn how to manage members for your organization in Docker Hub and the Docker A
12
12
## Invite members
13
13
14
14
{{< tabs >}}
15
-
{{< tab name="Docker Hub" >}}
15
+
{{< tab name="Admin Console" >}}
16
16
17
-
{{% admin-users product="hub" %}}
17
+
{{% admin-users product="admin" %}}
18
18
19
19
{{< /tab >}}
20
-
{{< tab name="Admin Console" >}}
20
+
{{< tab name="Docker Hub" >}}
21
21
22
-
{{% admin-users product="admin" %}}
22
+
{{% include "hub-org-management.md" %}}
23
+
24
+
{{% admin-users product="hub" %}}
23
25
24
26
{{< /tab >}}
25
27
{{< /tabs >}}
@@ -59,8 +61,20 @@ After inviting members, you can resend or remove invitations as needed.
59
61
### Resend an invitation
60
62
61
63
{{< tabs >}}
64
+
{{< tab name="Admin Console" >}}
65
+
66
+
To resend an invitation from the Admin Console:
67
+
68
+
1. In the [Admin Console](https://app.docker.com/admin), select your organization.
69
+
2. Select **Members**.
70
+
3. Select the **action menu** next to the invitee and select **Resend invitation**.
71
+
4. Select **Invite** to confirm.
72
+
73
+
{{< /tab >}}
62
74
{{< tab name="Docker Hub" >}}
63
75
76
+
{{% include "hub-org-management.md" %}}
77
+
64
78
To resend an invitation from Docker Hub:
65
79
66
80
1. Sign in to [Docker Hub](https://hub.docker.com/).
@@ -73,23 +87,25 @@ You can also resend an invitation using the Docker Hub API. For more information
73
87
see the [Resend an invite](https://docs.docker.com/reference/api/hub/latest/#tag/invites/paths/~1v2~1invites~1%7Bid%7D~1resend/patch) API endpoint.
74
88
75
89
{{< /tab >}}
90
+
{{< /tabs >}}
91
+
92
+
### Remove an invitation
93
+
94
+
{{< tabs >}}
76
95
{{< tab name="Admin Console" >}}
77
96
78
-
To resend an invitation from the Admin Console:
97
+
To remove an invitation from the Admin Console:
79
98
80
99
1. In the [Admin Console](https://app.docker.com/admin), select your organization.
81
100
2. Select **Members**.
82
-
3. Select the **action menu** next to the invitee and select **Resend invitation**.
83
-
4. Select **Invite** to confirm.
101
+
3. Select the **action menu** next to the invitee and select **Remove invitee**.
102
+
4. Select **Remove** to confirm.
84
103
85
104
{{< /tab >}}
86
-
{{< /tabs >}}
87
-
88
-
### Remove an invitation
89
-
90
-
{{< tabs >}}
91
105
{{< tab name="Docker Hub" >}}
92
106
107
+
{{% include "hub-org-management.md" %}}
108
+
93
109
To remove a member's invitation from Docker Hub:
94
110
95
111
1. Sign in to [Docker Hub](https://hub.docker.com/).
@@ -100,16 +116,6 @@ To remove a member's invitation from Docker Hub:
100
116
You can also remove an invitation using the Docker Hub API. For more information,
101
117
see the [Cancel an invite](https://docs.docker.com/reference/api/hub/latest/#tag/invites/paths/~1v2~1invites~1%7Bid%7D/delete) API endpoint.
102
118
103
-
{{< /tab >}}
104
-
{{< tab name="Admin Console" >}}
105
-
106
-
To remove an invitation from the Admin Console:
107
-
108
-
1. In the [Admin Console](https://app.docker.com/admin), select your organization.
109
-
2. Select **Members**.
110
-
3. Select the **action menu** next to the invitee and select **Remove invitee**.
111
-
4. Select **Remove** to confirm.
112
-
113
119
{{< /tab >}}
114
120
{{< /tabs >}}
115
121
@@ -120,8 +126,23 @@ Use Docker Hub or the Admin Console to add or remove team members. Organization
120
126
### Add a member to a team
121
127
122
128
{{< tabs >}}
129
+
{{< tab name="Admin Console" >}}
130
+
131
+
To add a member to a team with the Admin Console:
132
+
133
+
1. In the [Admin Console](https://app.docker.com/admin), select your organization.
134
+
2. Select the team name.
135
+
3. Select **Add member**. You can add the member by searching for their email address or username.
136
+
137
+
> [!NOTE]
138
+
>
139
+
> An invitee must first accept the invitation to join the organization before being added to the team.
140
+
141
+
{{< /tab >}}
123
142
{{< tab name="Docker Hub" >}}
124
143
144
+
{{% include "hub-org-management.md" %}}
145
+
125
146
To add a member to a team with Docker Hub:
126
147
127
148
1. Sign in to [Docker Hub](https://hub.docker.com).
@@ -137,19 +158,6 @@ To add a member to a team with Docker Hub:
137
158
>
138
159
> An invitee must first accept the invitation to join the organization before being added to the team.
139
160
140
-
{{< /tab >}}
141
-
{{< tab name="Admin Console" >}}
142
-
143
-
To add a member to a team with the Admin Console:
144
-
145
-
1. In the [Admin Console](https://app.docker.com/admin), select your organization.
146
-
2. Select the team name.
147
-
3. Select **Add member**. You can add the member by searching for their email address or username.
148
-
149
-
> [!NOTE]
150
-
>
151
-
> An invitee must first accept the invitation to join the organization before being added to the team.
152
-
153
161
{{< /tab >}}
154
162
{{< /tabs >}}
155
163
@@ -162,16 +170,6 @@ To add a member to a team with the Admin Console:
162
170
Organization owners can remove a member from a team in Docker Hub or Admin Console. Removing the member from the team will revoke their access to the permitted resources.
163
171
164
172
{{< tabs >}}
165
-
{{< tab name="Docker Hub" >}}
166
-
167
-
To remove a member from a specific team with Docker Hub:
168
-
169
-
1. Sign in to [Docker Hub](https://hub.docker.com).
170
-
2. Select **My Hub**, your organization, **Teams**, and then the team.
171
-
3. Select the **X** next to the user’s name to remove them from the team.
172
-
4. When prompted, select **Remove** to confirm.
173
-
174
-
{{< /tab >}}
175
173
{{< tab name="Admin Console" >}}
176
174
177
175
To remove a member from a specific team with the Admin Console:
@@ -181,6 +179,18 @@ To remove a member from a specific team with the Admin Console:
181
179
3. Select the **X** next to the user's name to remove them from the team.
182
180
4. When prompted, select **Remove** to confirm.
183
181
182
+
{{< /tab >}}
183
+
{{< tab name="Docker Hub" >}}
184
+
185
+
{{% include "hub-org-management.md" %}}
186
+
187
+
To remove a member from a specific team with Docker Hub:
188
+
189
+
1. Sign in to [Docker Hub](https://hub.docker.com).
190
+
2. Select **My Hub**, your organization, **Teams**, and then the team.
191
+
3. Select the **X** next to the user’s name to remove them from the team.
192
+
4. When prompted, select **Remove** to confirm.
193
+
184
194
{{< /tab >}}
185
195
{{< /tabs >}}
186
196
@@ -190,19 +200,42 @@ Organization owners can manage [roles](/security/for-admins/roles-and-permission
190
200
within an organization. If an organization is part of a company,
191
201
the company owner can also manage that organization's roles. If you have SSO enabled, you can use [SCIM for role mapping](/security/for-admins/provisioning/scim/).
192
202
203
+
{{< tabs >}}
204
+
{{< tab name="Admin Console" >}}
205
+
206
+
To update a member role in the Admin Console:
207
+
208
+
1. In the [Admin Console](https://app.docker.com/admin), select your organization.
209
+
2. Select the **Members** tab.
210
+
3. Find the username of the member whose role you want to edit. Select the
211
+
**Actions menu**, then **Edit role**.
212
+
193
213
> [!NOTE]
194
214
>
195
215
> If you're the only owner of an organization,
196
216
> you need to assign a new owner before you can edit your role.
197
217
198
-
To update a member role:
218
+
{{< /tab >}}
219
+
{{< tab name="Docker Hub" >}}
220
+
221
+
{{% include "hub-org-management.md" %}}
222
+
223
+
To update a member role in Docker Hub:
199
224
200
225
1. Sign in to [Docker Hub](https://hub.docker.com).
201
226
2. Select **My Hub**, your organization, and then **Members**.
202
227
3. Find the username of the member whose role you want to edit. In the table, select the **Actions** icon.
203
228
4. Select **Edit role**.
204
229
5. Select their organization, select the role you want to assign, and then select **Save**.
205
230
231
+
> [!NOTE]
232
+
>
233
+
> If you're the only owner of an organization,
234
+
> you need to assign a new owner before you can edit your role.
235
+
236
+
{{< /tab >}}
237
+
{{< /tabs >}}
238
+
206
239
## Export members CSV file
207
240
208
241
{{< summary-bar feature_name="Admin orgs" >}}
@@ -216,22 +249,24 @@ Owners can export a CSV file containing all members. The CSV file for a company
216
249
- Account Created: The time and date when the user account was created
217
250
218
251
{{< tabs >}}
219
-
{{< tab name="Docker Hub" >}}
252
+
{{< tab name="Admin Console" >}}
220
253
221
254
To export a CSV file of your members:
222
255
223
-
1.Sign in to [Docker Hub](https://hub.docker.com).
224
-
2. Select **My Hub**, your organization, and then **Members**.
225
-
3. Select the **Action** icon and then select **Export users as CSV**.
256
+
1.In the [Admin Console](https://app.docker.com/admin), select your organization.
257
+
2. Select **Members**.
258
+
3. Select the **download** icon to export a CSV file of all members.
226
259
227
260
{{< /tab >}}
228
-
{{< tab name="Admin Console" >}}
261
+
{{< tab name="Docker Hub" >}}
262
+
263
+
{{% include "hub-org-management.md" %}}
229
264
230
265
To export a CSV file of your members:
231
266
232
-
1.In the [Admin Console](https://app.docker.com/admin), select your organization.
233
-
2. Select **Members**.
234
-
3. Select the **download** icon to export a CSV file of all members.
267
+
1.Sign in to [Docker Hub](https://hub.docker.com).
268
+
2. Select **My Hub**, your organization, and then **Members**.
269
+
3. Select the **Action** icon and then select **Export users as CSV**.
0 commit comments