mirror of
https://github.com/fleetdm/fleet
synced 2026-04-21 21:47:20 +00:00
Enable gitops to create teams with no enroll secrets, or clear enroll secrets for an existing team #19332 `fleetctl apply` also gains this extra functionality. In `fleetctl apply` secrets will not be change if one of the following: - secrets is missing from yml - They are blank in yml, like: `secrets:` - They are null in yml, like: `secrets: null` They will only be cleared with `fleetctl apply` if the user explicitly sets them to an empty array, like: - `secrets: []` # Checklist for submitter If some of the following don't apply, delete the relevant line. <!-- Note that API documentation changes are now addressed by the product design team. --> - [x] Changes file added for user-visible changes in `changes/`, `orbit/changes/` or `ee/fleetd-chrome/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
71 lines
1.6 KiB
YAML
71 lines
1.6 KiB
YAML
---
|
|
apiVersion: v1
|
|
kind: team
|
|
spec:
|
|
team:
|
|
features:
|
|
enable_host_users: true
|
|
enable_software_inventory: true
|
|
host_expiry_settings:
|
|
host_expiry_enabled: false
|
|
host_expiry_window: 0
|
|
integrations:
|
|
google_calendar: null
|
|
mdm:
|
|
enable_disk_encryption: false
|
|
macos_settings:
|
|
custom_settings: null
|
|
windows_settings:
|
|
custom_settings: null
|
|
macos_setup:
|
|
bootstrap_package: %s
|
|
enable_end_user_authentication: false
|
|
macos_setup_assistant: %s
|
|
enable_release_device_manually: false
|
|
macos_updates:
|
|
deadline: null
|
|
minimum_version: null
|
|
windows_updates:
|
|
deadline_days: null
|
|
grace_period_days: null
|
|
scripts: null
|
|
secrets: null
|
|
software: null
|
|
webhook_settings:
|
|
host_status_webhook: null
|
|
name: tm1
|
|
---
|
|
apiVersion: v1
|
|
kind: team
|
|
spec:
|
|
team:
|
|
features:
|
|
enable_host_users: false
|
|
enable_software_inventory: false
|
|
host_expiry_settings:
|
|
host_expiry_enabled: false
|
|
host_expiry_window: 0
|
|
integrations:
|
|
google_calendar: null
|
|
mdm:
|
|
enable_disk_encryption: false
|
|
macos_settings:
|
|
custom_settings: null
|
|
windows_settings:
|
|
custom_settings: null
|
|
macos_setup:
|
|
bootstrap_package: %s
|
|
macos_setup_assistant: %s
|
|
enable_release_device_manually: false
|
|
macos_updates:
|
|
deadline: null
|
|
minimum_version: null
|
|
windows_updates:
|
|
deadline_days: null
|
|
grace_period_days: null
|
|
scripts: null
|
|
secrets: null
|
|
software: null
|
|
webhook_settings:
|
|
host_status_webhook: null
|
|
name: tm2
|