mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
Teams can configure their own host expiry setting. If global host expiry is enabled, teams cannot disable host expiry, but they can set a longer (or shorter) expiry time (in days). - Added `host_expiry_settings` to team spec, which can be used via fleetctl apply. - Added `host_expiry_settings` to PATH /fleet/teams/:id endpoint. #15609 (parent) #15966 (subtask) TODO: Create PR for API docs change: added parameter to `PATCH /fleet/teams/:id` endpoint # 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/`. - [x] Added/updated tests - [x] Manual QA for all new/changed functionality
3 lines
330 B
Text
3 lines
330 B
Text
Teams can configure their own host expiry setting. If global host expiry is enabled, teams cannot disable host expiry, but they can set a longer (or shorter) expiry time (in days).
|
|
- Added `host_expiry_settings` to team spec, which can be used via fleetctl apply.
|
|
- Added `host_expiry_settings` to PATH /fleet/teams/:id endpoint.
|