mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 00:45:19 +00:00
ad5c0a90be
#17117 For `fleet/os_versions` and `/fleet/os_versions/[id]`, team users can no longer access os versions on hosts from other teams. ### Team admin /os_versions - only returns os versions for the user's team(s) GET https://localhost:8080/api/v1/fleet/os_versions ### Team admin /os_versions/:id on 'No Team' - 403 GET https://localhost:8080/api/v1/fleet/os_versions/5 ### Global admin /os_versions/:id?team_id does not exist anywhere - 404 GET https://localhost:8080/api/v1/fleet/os_versions/999999?team_id=1 # Checklist for submitter <!-- Note that API documentation changes are now addressed by the product design team. --> - [x] Changes file added for user-visible changes in `changes/` or `orbit/changes/`. See [Changes files](https://fleetdm.com/docs/contributing/committing-changes#changes-files) for more information. - [x] Added/updated tests - [x] Manual QA for all new/changed functionality
2 lines
133 B
Plaintext
2 lines
133 B
Plaintext
For GET fleet/os_versions and GET fleet/os_versions/[id], team users no longer have access to os versions on hosts from other teams.
|