mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
Software permissions changes (#19405)
Adding new rows to manage access table to reflect new permissions added with #14921
This commit is contained in:
parent
5d7472fb40
commit
5ff86f0b8e
1 changed files with 7 additions and 0 deletions
|
|
@ -45,6 +45,9 @@ GitOps is an API-only and write-only role that can be used on CI/CD pipelines.
|
|||
| Transfer hosts between teams\* | | | ✅ | ✅ | ✅ |
|
||||
| Create, edit, and delete labels | | | ✅ | ✅ | ✅ |
|
||||
| View all software | ✅ | ✅ | ✅ | ✅ | |
|
||||
| Add and delete software | | | ✅ | ✅ | ✅ |
|
||||
| Download added software | | | ✅ | ✅ | |
|
||||
| Install software on hosts | | | ✅ | ✅ | |
|
||||
| Filter software by [vulnerabilities](https://fleetdm.com/docs/using-fleet/vulnerability-processing#vulnerability-processing) | ✅ | ✅ | ✅ | ✅ | |
|
||||
| Filter hosts by software | ✅ | ✅ | ✅ | ✅ | |
|
||||
| Filter software by team\* | ✅ | ✅ | ✅ | ✅ | |
|
||||
|
|
@ -123,6 +126,10 @@ Users with access to multiple teams can be assigned different roles for each tea
|
|||
| Target hosts using labels | ✅ | ✅ | ✅ | ✅ | |
|
||||
| Add/remove manual labels to/from hosts | | | ✅ | ✅ | ✅ |
|
||||
| Add and delete hosts | | | ✅ | ✅ | |
|
||||
| View software | ✅ | ✅ | ✅ | ✅ | |
|
||||
| Add and delete software | | | ✅ | ✅ | ✅ |
|
||||
| Download added software | | | ✅ | ✅ | |
|
||||
| Install software on hosts | | | ✅ | ✅ | |
|
||||
| Filter software by [vulnerabilities](https://fleetdm.com/docs/using-fleet/vulnerability-processing#vulnerability-processing) | ✅ | ✅ | ✅ | ✅ | |
|
||||
| Filter hosts by software | ✅ | ✅ | ✅ | ✅ | |
|
||||
| Filter software | ✅ | ✅ | ✅ | ✅ | |
|
||||
|
|
|
|||
Loading…
Reference in a new issue