mirror of
https://github.com/fleetdm/fleet
synced 2026-05-21 16:08:47 +00:00
This adjusts functions related to applying team specs to make sure the `features` key works as expected, this is:
1. Create Team flow
1. if no features are provided, we copy whatever features are set in the global config
2. otherwise, we generate a new config merging whatever is provided with the defaults for new installs.
2. Edit Team flow: we always generate a new config merging whatever is provided with the defaults for new installs.
|
||
|---|---|---|
| .. | ||
| appconfig.go | ||
| devices.go | ||
| hosts.go | ||
| service.go | ||
| software.go | ||
| teams.go | ||
| users.go | ||