mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
Update ABM yaml to set defaults teams using new format (#23600)
This commit is contained in:
parent
5d0b4e9360
commit
77085666f9
1 changed files with 5 additions and 1 deletions
|
|
@ -15,11 +15,15 @@ org_settings:
|
|||
jira: [ ]
|
||||
zendesk: [ ]
|
||||
mdm:
|
||||
apple_bm_default_team: $DOGFOOD_APPLE_BM_DEFAULT_TEAM
|
||||
end_user_authentication:
|
||||
entity_id: dogfood-eula.fleetdm.com
|
||||
idp_name: Google Workspace
|
||||
metadata_url: $DOGFOOD_MDM_SSO_METADATA_URL
|
||||
apple_business_manager:
|
||||
- organization_name: Fleet Device Management Inc.
|
||||
macos_team: "💻 Workstations"
|
||||
ios_team: "📱🏢 Company-owned iPhones"
|
||||
ipados_team: "🔳🏢 Company-owned iPads"
|
||||
volume_purchasing_program:
|
||||
- location: Fleet Device Management Inc.
|
||||
teams:
|
||||
|
|
|
|||
Loading…
Reference in a new issue