From b51cd89ecd42d5ae61791815512c2d9ac6ebfca4 Mon Sep 17 00:00:00 2001 From: Rachael Shaw Date: Thu, 16 Apr 2026 11:14:46 -0500 Subject: [PATCH] Permissions: Fix stray reference to "queries" (#43674) --- articles/role-based-access.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/articles/role-based-access.md b/articles/role-based-access.md index 776a517173..85f7073a93 100644 --- a/articles/role-based-access.md +++ b/articles/role-based-access.md @@ -24,7 +24,7 @@ Technicians have the ability to run scripts, view their results, and install/uni The observer role is a read-only role. It can access most entities in Fleet, like queries, policies, labels, application configuration, fleets, etc. -They can also run queries configured with the `observer_can_run` flag set to `true`. +They can also run reports configured with the `observer_can_run` flag set to `true`. ### Observer+