From 28600be5844b5c6923930d3c473dabe04fcf1205 Mon Sep 17 00:00:00 2001 From: Jacob Shandling <61553566+jacobshandling@users.noreply.github.com> Date: Thu, 11 May 2023 12:24:10 -0700 Subject: [PATCH] Clarify permission description (#11438) Clarify the descriptions of two permission --- docs/Using-Fleet/Permissions.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Using-Fleet/Permissions.md b/docs/Using-Fleet/Permissions.md index 4264f09d84..daf110a236 100644 --- a/docs/Using-Fleet/Permissions.md +++ b/docs/Using-Fleet/Permissions.md @@ -47,7 +47,7 @@ GitOps is an API-only and write-only role that can be used on CI/CD pipelines. | Filter hosts by software | ✅ | ✅ | ✅ | ✅ | | | Filter software by team\* | ✅ | ✅ | ✅ | ✅ | | | Manage [vulnerability automations](https://fleetdm.com/docs/using-fleet/automations#vulnerability-automations) | | | | ✅ | ✅ | -| Run only designated, **observer can run**, queries as live queries against all hosts | ✅ | ✅ | ✅ | ✅ | | +| Run queries designated "**observer can run**" as live queries against all hosts | ✅ | ✅ | ✅ | ✅ | | | Run any query as [live query](https://fleetdm.com/docs/using-fleet/fleet-ui#run-a-query) against all hosts | | ✅ | ✅ | ✅ | | | Create, edit, and delete queries | | | ✅ | ✅ | ✅ | | View all queries\** | ✅ | ✅ | ✅ | ✅ | | @@ -115,7 +115,7 @@ Users that are members of multiple teams can be assigned different roles for eac | Filter software by [vulnerabilities](https://fleetdm.com/docs/using-fleet/vulnerability-processing#vulnerability-processing) | ✅ | ✅ | ✅ | ✅ | | | Filter hosts by software | ✅ | ✅ | ✅ | ✅ | | | Filter software | ✅ | ✅ | ✅ | ✅ | | -| Run only designated, **observer can run**, queries as live queries against all hosts | ✅ | ✅ | ✅ | ✅ | | +| Run queries designated "**observer can run**" as live queries against hosts | ✅ | ✅ | ✅ | ✅ | | | Run any query as [live query](https://fleetdm.com/docs/using-fleet/fleet-ui#run-a-query) | | ✅ | ✅ | ✅ | | | Create, edit, and delete only **self authored** queries | | | ✅ | ✅ | ✅ | | View all queries\** | ✅ | ✅ | ✅ | ✅ | |