Skip to content

Commit c014426

Browse files
dvdksnclaude
andcommitted
sbx: address review feedback on sign-in enforcement
- Remove bold "Term." lead-ins from the consequences list (STYLE.md reserves bold for UI elements) - Reorder the page before the API reference (weight 22, grouped with organization policy) Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 5e0fab7 commit c014426

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

content/manuals/ai/sandboxes/governance/sign-in-enforcement.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Sign-in enforcement
33
linkTitle: Sign-in enforcement
4-
weight: 35
4+
weight: 22
55
description: Require Docker Sandboxes users to sign in as members of your organization, enforced through endpoint management.
66
keywords: docker sandboxes, sign-in enforcement, organization enforcement, sbx login, MDM, configuration profile, registry key, allowedOrgs
77
---
@@ -42,17 +42,17 @@ Other commands require a valid signed-in session, so they fail after a denied
4242
login until the user signs in with an allowed account.
4343

4444
Enforcement applies at login time only. There's no per-command or per-request
45-
check. A few key consequences follow from this:
46-
47-
- **Fail-closed.** If the Docker Hub API is unreachable or returns an error,
48-
login is denied. Users can't bypass enforcement by going offline.
49-
- **Already signed-in users aren't affected immediately.** If a user was signed
50-
in before the configuration was deployed, they keep their session until it
51-
ends. To re-trigger the check, they run `sbx login` again.
52-
- **Automatic sign-in is also checked.** If a user's Docker session expires
53-
while they use the CLI from an interactive terminal, the CLI starts the
54-
sign-in flow automatically, and the enforcement check runs against that
55-
sign-in the same way it does for an explicit `sbx login`.
45+
check. This has a few key consequences:
46+
47+
- Enforcement is fail-closed. If the Docker Hub API is unreachable or returns
48+
an error, login is denied. Users can't bypass enforcement by going offline.
49+
- Users who are already signed in aren't affected immediately. If a user was
50+
signed in before the configuration was deployed, they keep their session
51+
until it ends. To re-trigger the check, they run `sbx login` again.
52+
- Automatic sign-in is also checked. If a user's Docker session expires while
53+
they use the CLI from an interactive terminal, the CLI starts the sign-in
54+
flow automatically, and the enforcement check runs against that sign-in the
55+
same way it does for an explicit `sbx login`.
5656

5757
> [!NOTE]
5858
> A denied user is signed out, so they can't run `sbx ls` or `sbx rm` to clean

0 commit comments

Comments
 (0)