Skip to content

Commit

Permalink
Document changes to auto-enroll since v16.1.1 (#45019)
Browse files Browse the repository at this point in the history
  • Loading branch information
codingllama authored Aug 5, 2024
1 parent a2d87db commit 782c18a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
6 changes: 2 additions & 4 deletions docs/pages/access-controls/device-trust/device-management.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,6 @@ For auto-enrollment to work, the following conditions must be met:
[manual](#register-a-trusted-device) or performed using an
integration, like the [Jamf Pro integration](./jamf-integration.mdx).
- Auto-enrollment must be enabled in the cluster setting.
- User must have either preset `editor` or `device-enroll` (available v13.3.6+) role assigned to them.

Enable auto-enrollment in your cluster settings:

Expand Down Expand Up @@ -179,9 +178,8 @@ After saving the changes, restart the Teleport service.
</TabItem>
</Tabs>

Once enabled, user's with their device registered in Teleport and with the required permission
(preset `editor` or `device-enroll` role) will have their device enrolled to Teleport in
their next login.
Once enabled, users with their device registered in Teleport will have their
device enrolled to Teleport in their next login.

```code
$ tsh logout
Expand Down
6 changes: 2 additions & 4 deletions docs/pages/access-controls/guides/webauthn.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,6 @@ For auto-enrollment to work, the following conditions must be met:
- A device must be registered. Registration may be [manual](#implement-cluster-wide-device-trust) or performed using an
integration, like the [Jamf Pro integration](../device-trust/jamf-integration.mdx).
- Auto-enrollment must be enabled in the cluster setting.
- User must have either preset `editor` or `device-enroll` (available v13.3.6+) role assigned to them.

### Step 1/2. Enable auto-enrollment in your cluster settings

Expand All @@ -405,9 +404,8 @@ spec:

### Step 2/2. Log out and back in

Once enabled, user's with their device registered in Teleport and with the required permission
(preset `editor` or `device-enroll` role) will have their device enrolled to Teleport in
their next login.
Once enabled, users with their device registered in Teleport will have their
device enrolled to Teleport in their next login.

```code
$ tsh logout
Expand Down

0 comments on commit 782c18a

Please sign in to comment.