mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
Renaming teams to support Android devices (#27991)
Related to fleetdm/confidential#9192
This commit is contained in:
parent
a85f9c5233
commit
00480f8fb0
5 changed files with 16 additions and 37 deletions
2
.github/workflows/dogfood-gitops.yml
vendored
2
.github/workflows/dogfood-gitops.yml
vendored
|
|
@ -74,6 +74,8 @@ jobs:
|
|||
DOGFOOD_COMPLIANCE_EXCLUSIONS_ENROLL_SECRET: ${{ secrets.DOGFOOD_COMPLIANCE_EXCLUSIONS_ENROLL_SECRET }}
|
||||
DOGFOOD_COMPANY_OWNED_IPHONES_ENROLL_SECRET: ${{ secrets.DOGFOOD_COMPANY_OWNED_IPHONES_ENROLL_SECRET }}
|
||||
DOGFOOD_COMPANY_OWNED_IPADS_ENROLL_SECRET: ${{ secrets.DOGFOOD_COMPANY_OWNED_IPADS_ENROLL_SECRET }}
|
||||
DOGFOOD_COMPANY_OWNED_MOBILE_DEVICES_ENROLL_SECRET: ${{ secrets.DOGFOOD_COMPANY_OWNED_MOBILE_DEVICES_ENROLL_SECRET }}
|
||||
DOGFOOD_PERSONAL_MOBILE_DEVICES_ENROLL_SECRET: ${{ secrets.DOGFOOD_PERSONAL_MOBILE_DEVICES_ENROLL_SECRET }}
|
||||
FLEET_SECRET_MANAGED_CHROME_ENROLLMENT_TOKEN: ${{ secrets.CLOUD_MANAGEMENT_ENROLLMENT_TOKEN }}
|
||||
DOGFOOD_PERSONALLY_OWNED_IPHONES_ENROLL_SECRET: ${{ secrets.DOGFOOD_PERSONALLY_OWNED_IPHONES_ENROLL_SECRET }}
|
||||
DOGFOOD_ACTIVITIES_WEBHOOK_URL: ${{ secrets.DOGFOOD_ACTIVITIES_WEBHOOK_URL }}
|
||||
|
|
|
|||
|
|
@ -25,16 +25,15 @@ org_settings:
|
|||
apple_business_manager:
|
||||
- organization_name: Fleet Device Management Inc.
|
||||
macos_team: "💻 Workstations"
|
||||
ios_team: "📱🏢 Company-owned iPhones"
|
||||
ipados_team: "🔳🏢 Company-owned iPads"
|
||||
ios_team: "📱🏢 Company-owned Mobile Devices"
|
||||
ipados_team: "📱🏢 Company-owned Mobile Devices"
|
||||
volume_purchasing_program:
|
||||
- location: Fleet Device Management Inc.
|
||||
teams:
|
||||
- "💻 Workstations"
|
||||
- "💻🐣 Workstations (canary)"
|
||||
- "📱🏢 Company-owned iPhones"
|
||||
- "🔳🏢 Company-owned iPads"
|
||||
- "📱🔐 Personally-owned iPhones"
|
||||
- "📱🏢 Company-owned Mobile Devices"
|
||||
- "📱🔐 Personal Mobile Devices"
|
||||
org_info:
|
||||
contact_url: https://fleetdm.com/company/contact
|
||||
org_logo_url: ""
|
||||
|
|
|
|||
|
|
@ -1,28 +0,0 @@
|
|||
name: 🔳🏢 Company-owned iPads
|
||||
team_settings:
|
||||
features:
|
||||
host_expiry_settings:
|
||||
host_expiry_enabled: false
|
||||
host_expiry_window: 0
|
||||
secrets:
|
||||
- secret: $DOGFOOD_COMPANY_OWNED_IPADS_ENROLL_SECRET
|
||||
integrations:
|
||||
google_calendar:
|
||||
enable_calendar_events: false
|
||||
agent_options:
|
||||
controls:
|
||||
ipados_updates:
|
||||
deadline: "2025-04-26"
|
||||
minimum_version: "18.4"
|
||||
macos_settings:
|
||||
custom_settings:
|
||||
- path: ../lib/ipados/declaration-profiles/software-update-settings.json
|
||||
- path: ../lib/ipados/declaration-profiles/passcode-settings.json
|
||||
- path: ../lib/ipados/configuration-profiles/lock-screen-message.mobileconfig
|
||||
scripts:
|
||||
policies:
|
||||
queries:
|
||||
software:
|
||||
app_store_apps:
|
||||
- app_store_id: '618783545' # Slack
|
||||
- app_store_id: '546505307' # Zoom
|
||||
|
|
@ -1,11 +1,11 @@
|
|||
name: 📱🏢 Company-owned iPhones
|
||||
name: 📱🏢 Company-owned Mobile Devices
|
||||
team_settings:
|
||||
features:
|
||||
host_expiry_settings:
|
||||
host_expiry_enabled: false
|
||||
host_expiry_window: 0
|
||||
secrets:
|
||||
- secret: $DOGFOOD_COMPANY_OWNED_IPHONES_ENROLL_SECRET
|
||||
- secret: $DOGFOOD_COMPANY_OWNED_MOBILE_DEVICES_ENROLL_SECRET
|
||||
integrations:
|
||||
google_calendar:
|
||||
enable_calendar_events: false
|
||||
|
|
@ -14,6 +14,9 @@ controls:
|
|||
ios_updates:
|
||||
deadline: "2025-04-26"
|
||||
minimum_version: "18.4"
|
||||
ipados_updates:
|
||||
deadline: "2025-04-26"
|
||||
minimum_version: "18.4"
|
||||
macos_settings:
|
||||
custom_settings:
|
||||
- path: ../lib/ios/configuration-profiles/lock-screen-message.mobileconfig
|
||||
|
|
@ -1,11 +1,11 @@
|
|||
name: 📱🔐 Personally-owned iPhones
|
||||
name: 📱🔐 Personal Mobile Devices
|
||||
team_settings:
|
||||
features:
|
||||
host_expiry_settings:
|
||||
host_expiry_enabled: false
|
||||
host_expiry_window: 0
|
||||
secrets:
|
||||
- secret: $DOGFOOD_PERSONALLY_OWNED_IPHONES_ENROLL_SECRET
|
||||
- secret: $DOGFOOD_PERSONAL_MOBILE_DEVICES_ENROLL_SECRET
|
||||
integrations:
|
||||
google_calendar:
|
||||
enable_calendar_events: false
|
||||
|
|
@ -14,6 +14,9 @@ controls:
|
|||
ios_updates:
|
||||
deadline: "2025-04-26"
|
||||
minimum_version: "18.4"
|
||||
ipados_updates:
|
||||
deadline: "2025-04-26"
|
||||
minimum_version: "18.4"
|
||||
macos_settings:
|
||||
custom_settings:
|
||||
- path: ../lib/ios/declaration-profiles/passcode-settings.json
|
||||
Loading…
Reference in a new issue