From bcb5288f7177795353f034554a13d1bb31b12918 Mon Sep 17 00:00:00 2001 From: noahtalerman <47070608+noahtalerman@users.noreply.github.com> Date: Mon, 20 Sep 2021 15:40:11 -0700 Subject: [PATCH] Add Policies feature to permissions documentation (#2153) --- docs/01-Using-Fleet/09-Permissions.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/01-Using-Fleet/09-Permissions.md b/docs/01-Using-Fleet/09-Permissions.md index af3bc7c678..0795a57348 100644 --- a/docs/01-Using-Fleet/09-Permissions.md +++ b/docs/01-Using-Fleet/09-Permissions.md @@ -16,6 +16,8 @@ The following table depicts various permissions levels for each role. | ---------------------------------------------------- | -------- | ---------- | ----- | | Browse all hosts | ✅ | ✅ | ✅ | | Filter hosts using labels | ✅ | ✅ | ✅ | +| Browse all policies | ✅ | ✅ | ✅ | +| Filter hosts using policies | ✅ | ✅ | ✅ | | Target hosts using labels | ✅ | ✅ | ✅ | | Run saved queries as live queries against all hosts | ✅ | ✅ | ✅ | | Run custom queries as live queries against all hosts | | ✅ | ✅ | @@ -66,8 +68,11 @@ The following table depicts various permissions levels in a team. | Action | Observer | Maintainer | | ------------------------------------------------------------ | -------- | ---------- | | Browse hosts assigned to team | ✅ | ✅ | +| Browse policies for hosts assigned to team | ✅ | ✅ | +| Filter hosts assigned to team using policies | ✅ | ✅ | | Filter hosts assigned to team using labels | ✅ | ✅ | | Target hosts assigned to team using labels | ✅ | ✅ | +| Browse policies for hosts assigned to team | ✅ | ✅ | | Run saved queries as live queries on hosts assigned to team | ✅ | ✅ | | Run custom queries as live queries on hosts assigned to team | | ✅ | | Enroll hosts to member team | | ✅ |