mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 01:18:42 +00:00
Add Policies feature to permissions documentation (#2153)
This commit is contained in:
parent
008a093130
commit
bcb5288f71
1 changed files with 5 additions and 0 deletions
|
|
@ -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 | | ✅ |
|
||||
|
|
|
|||
Loading…
Reference in a new issue