Skip to content

Commit b720d48

Browse files
fix: settings management moved in AC UI (#22399)
## Description - Settings management has moved, this PR fixes this. I will update the UI tests as well ## Related issues or tickets - #22398 ## Reviews - [ ] Editorial review
1 parent e22f722 commit b720d48

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

content/manuals/security/for-admins/hardened-desktop/settings-management/_index.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,11 @@ For an extra layer of security, you can also use Settings Management to enable a
2525
## How does it work?
2626

2727
You can configure several Docker Desktop settings using either:
28+
2829
- An `admin-settings.json` file. This file is located on the Docker Desktop host and can only be accessed by developers with root or administrator privileges.
29-
- Creating a settings policy in the Docker Admin Console
30+
- Creating a settings policy in the Docker Admin Console.
3031

31-
Settings that are defined by an administrator override any previous values set by developers and ensure that these cannot be modified.
32+
Settings that are defined by an administrator override any previous values set by developers and ensure that these cannot be modified.
3233

3334
## What features can I configure with Settings Management?
3435

content/manuals/security/for-admins/hardened-desktop/settings-management/compliance-reporting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ This opens the Desktop settings reporting page. From here you can:
5050
5151
1. Sign in to the [Admin Console](https://app.docker.com/admin).
5252
2. Select your organization or company from the **Choose profile** page.
53-
3. Under Docker Desktop, select **Reporting**. By default, non-compliant users
53+
3. Under **Docker Desktop**, select **Reporting**. By default, non-compliant users
5454
are displayed.
5555
4. Optional. Select the **Hide compliant users** checkbox to show both compliant
5656
and non-compliant users.

content/manuals/security/for-admins/hardened-desktop/settings-management/configure-admin-console.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ organization for configurations to take effect.
2020

2121
## Create a settings policy
2222

23-
1. Within the [Docker Admin Console](https://admin.docker.com/) navigate to the company or organization you want to define a settings policy for.
24-
2. Under the **Security and access** section, select **Desktop Settings Management**.
25-
3. In the top-right corner, select **Create a settings policy**.
23+
1. Within the [Docker Admin Console](https://app.docker.com/admin) navigate to the company or organization you want to define a settings policy for.
24+
2. Under the **Docker Desktop** section, select **Settings Management**.
25+
3. Select **Create a settings policy**.
2626
4. Give your settings policy a name and an optional description.
2727

2828
> [!TIP]
@@ -68,7 +68,8 @@ If your settings policy needs to be rolled back, either delete the policy or edi
6868

6969
## Settings policy actions
7070

71-
From the **Actions** menu on the **Desktop Settings Management** page in the Docker Admin Console, you can:
71+
From the **Actions** menu on the **Settings Management** page in the Docker Admin Console, you can:
72+
7273
- Edit or delete an existing settings policy.
7374
- Export a settings policy as an `admin-settings.json` file.
7475
- Promote a policy that is applied to a select group of users, to be the new global default policy for all users.

0 commit comments

Comments
 (0)