From 42cb32d005fff4c9420baea2fccf85e6c9dac411 Mon Sep 17 00:00:00 2001 From: Jahziel Villasana-Espinoza Date: Fri, 16 Feb 2024 13:26:33 -0500 Subject: [PATCH] feat: update permissions docs for lock/unlock/wipe (#16892) Part of #9949 # Checklist for submitter If some of the following don't apply, delete the relevant line. - [x] Changes file added for user-visible changes in `changes/` or `orbit/changes/`. See [Changes files](https://fleetdm.com/docs/contributing/committing-changes#changes-files) for more information. - [x] Documented any permissions changes (docs/Using Fleet/manage-access.md) --- changes/lock-perms-docs | 1 + docs/Using Fleet/manage-access.md | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 changes/lock-perms-docs diff --git a/changes/lock-perms-docs b/changes/lock-perms-docs new file mode 100644 index 0000000000..b326b18431 --- /dev/null +++ b/changes/lock-perms-docs @@ -0,0 +1 @@ +- Updates the permissions docs to include permissions for lock/unlock/wipe actions on a host. \ No newline at end of file diff --git a/docs/Using Fleet/manage-access.md b/docs/Using Fleet/manage-access.md index 5d4fd9973b..83cf0abd68 100644 --- a/docs/Using Fleet/manage-access.md +++ b/docs/Using Fleet/manage-access.md @@ -92,6 +92,7 @@ GitOps is an API-only and write-only role that can be used on CI/CD pipelines. | View saved scripts\* | ✅ | ✅ | ✅ | ✅ | | | Edit/upload saved scripts\* | | | ✅ | ✅ | ✅ | | Run saved scripts on hosts\* | ✅ | ✅ | ✅ | ✅ | | +| Lock, unlock, and wipe hosts\* | | | ✅ | ✅ | | \* Applies only to Fleet Premium @@ -158,6 +159,7 @@ Users that are members of multiple teams can be assigned different roles for eac | Edit/upload saved scripts | | | ✅ | ✅ | | | Run saved scripts on hosts | ✅ | ✅ | ✅ | ✅ | | | View script details by host | ✅ | ✅ | ✅ | ✅ | | +| Lock, unlock, and wipe hosts | | | ✅ | ✅ | | \* Applies only to [Fleet REST API](https://fleetdm.com/docs/using-fleet/rest-api)