Skip to content

Commit 1f0be39

Browse files
committed
docs(auth): clarify CLI permission scope
1 parent 3ca33b9 commit 1f0be39

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

apps/docs/content/docs/platform/enterprise/access-control.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ The **Chat Deployment** row also carries an **auth-mode allowlist** — *Auth mo
173173
| API Keys | Revokes workspace API keys. Members cannot list, create, or revoke one. |
174174
| Personal API Keys | Prevents members from using a personal API key against this workspace. |
175175
| Personal Credentials | Prevents connecting personal credentials, leaving only workspace-shared ones. |
176-
| CLI Access | Prevents approving or using a CLI login for the public API. |
176+
| CLI Access | Prevents approving a CLI login or using Sim CLI OAuth tokens for the public API. Existing API keys retain their own restrictions. |
177177
| OAuth App Access | Prevents OAuth apps from accessing the group's workspaces. The organization default group also governs authorization, token issuance and refresh, and account-level billing and audit reads. |
178178

179179
##### Rows read from the organization default group

apps/sim/lib/permission-groups/fields.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@ export const PERMISSION_GROUP_FIELDS = {
464464
id: 'disable-cli-access',
465465
label: 'CLI Access',
466466
category: 'Credentials & Access',
467-
hint: "Prevent approving or using a CLI login for the public API. A login naming one of this group's workspaces is refused; an account-level login names none, so it is read from the organization's default group.",
467+
hint: "Prevent approving a CLI login or using Sim CLI OAuth tokens for the public API. A login naming one of this group's workspaces is refused; an account-level login names none, so it is read from the organization's default group.",
468468
}),
469469
disableWebhookTriggers: booleanRestriction('capability', {
470470
scope: 'workspace',

0 commit comments

Comments
 (0)