mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
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. <!-- Note that API documentation changes are now addressed by the product design team. --> - [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)
This commit is contained in:
parent
06b0c4fee4
commit
42cb32d005
2 changed files with 3 additions and 0 deletions
1
changes/lock-perms-docs
Normal file
1
changes/lock-perms-docs
Normal file
|
|
@ -0,0 +1 @@
|
|||
- Updates the permissions docs to include permissions for lock/unlock/wipe actions on a host.
|
||||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue