mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
For #31063 # Details This PR adds the `RequireBitLockerPIN` config to app-wide and team configs. This maps to a new `windows_require_bitlocker_pin` JSON field for gitops and `fleetctl apply`. # 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. --> - [ ] Changes file added for user-visible changes in `changes/`, `orbit/changes/` or `ee/fleetd-chrome/changes`. * Will add changelog when feature is complete - For new Fleet configuration settings - [X] Verified that the setting can be managed via GitOps, or confirmed that the setting is explicitly being excluded from GitOps. If managing via Gitops: - [X] Verified that the setting is exported via `fleetctl generate-gitops` - [ ] Added the setting to [the GitOps documentation](https://github.com/fleetdm/fleet/blob/main/docs/Configuration/yaml-files.md#L485) * Will add to docs when feature is complete - [X] Verified that the setting is cleared on the server if it is not supplied in a YAML file (or that it is documented as being optional) - [ ] Verified that any relevant UI is disabled when GitOps mode is enabled * No UI yet - [X] Manual QA for all new/changed functionality * Tested No Team and team config via Postman API calls * Tested Gitops for no-team and team YML files using `fleetctl` * Tested `fleetctl generate-gitops`
108 lines
2.7 KiB
YAML
108 lines
2.7 KiB
YAML
---
|
|
apiVersion: v1
|
|
kind: config
|
|
spec:
|
|
fleet_desktop:
|
|
transparency_url: https://fleetdm.com/transparency
|
|
host_expiry_settings:
|
|
host_expiry_enabled: false
|
|
host_expiry_window: 0
|
|
activity_expiry_settings:
|
|
activity_expiry_enabled: false
|
|
activity_expiry_window: 0
|
|
features:
|
|
enable_host_users: true
|
|
enable_software_inventory: false
|
|
integrations:
|
|
conditional_access_enabled: null
|
|
custom_scep_proxy: null
|
|
digicert: null
|
|
google_calendar: null
|
|
jira: null
|
|
ndes_scep_proxy: null
|
|
zendesk: null
|
|
mdm:
|
|
android_enabled_and_configured: false
|
|
apple_bm_terms_expired: false
|
|
apple_server_url: ""
|
|
apple_bm_enabled_and_configured: false
|
|
enabled_and_configured: false
|
|
apple_business_manager: null
|
|
volume_purchasing_program: null
|
|
windows_enabled_and_configured: false
|
|
enable_disk_encryption: false
|
|
windows_require_bitlocker_pin: null
|
|
windows_migration_enabled: false
|
|
macos_migration:
|
|
enable: false
|
|
mode: ""
|
|
webhook_url: ""
|
|
macos_updates:
|
|
minimum_version: null
|
|
deadline: null
|
|
ios_updates:
|
|
minimum_version: null
|
|
deadline: null
|
|
ipados_updates:
|
|
minimum_version: null
|
|
deadline: null
|
|
windows_updates:
|
|
deadline_days: 7
|
|
grace_period_days: 3
|
|
macos_settings:
|
|
custom_settings:
|
|
macos_setup:
|
|
bootstrap_package:
|
|
enable_end_user_authentication: false
|
|
enable_release_device_manually: false
|
|
macos_setup_assistant:
|
|
manual_agent_install:
|
|
script:
|
|
software:
|
|
windows_settings:
|
|
custom_settings: null
|
|
end_user_authentication:
|
|
idp_name: ""
|
|
issuer_uri: ""
|
|
metadata: ""
|
|
metadata_url: ""
|
|
entity_id: ""
|
|
scripts: null
|
|
org_info:
|
|
org_logo_url: ""
|
|
org_logo_url_light_background: ""
|
|
org_name: ""
|
|
contact_url: https://fleetdm.com/company/contact
|
|
server_settings:
|
|
deferred_save_host: false
|
|
enable_analytics: false
|
|
live_query_disabled: false
|
|
query_report_cap: 0
|
|
query_reports_disabled: false
|
|
server_url: ""
|
|
scripts_disabled: false
|
|
ai_features_disabled: false
|
|
vulnerability_settings:
|
|
databases_path: /some/path
|
|
webhook_settings:
|
|
activities_webhook:
|
|
enable_activities_webhook: false
|
|
destination_url: ""
|
|
failing_policies_webhook:
|
|
destination_url: ""
|
|
enable_failing_policies_webhook: false
|
|
host_batch_size: 0
|
|
policy_ids: null
|
|
host_status_webhook:
|
|
days_count: 0
|
|
destination_url: ""
|
|
enable_host_status_webhook: false
|
|
host_percentage: 0
|
|
interval: 0s
|
|
vulnerabilities_webhook:
|
|
destination_url: ""
|
|
enable_vulnerabilities_webhook: false
|
|
host_batch_size: 0
|
|
gitops:
|
|
gitops_mode_enabled: false
|
|
repository_url: ""
|