mirror of
https://github.com/fleetdm/fleet
synced 2026-05-21 16:08:47 +00:00
Integrates a number of troubleshooting and architecture notes from my experience debugging and investigating disk encryption related issues over the past few months.. Adds diagrams for each platform showing how the major components work together. Might be a bit wordy but wanted it to be useful for engineers since it is so different on each platform <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Documentation** * Expanded and restructured disk encryption documentation with detailed platform-specific workflows and troubleshooting guidance for macOS, Windows, and Linux. * Added and updated sequence diagrams for FileVault, BitLocker, and LUKS encryption processes. * Enhanced sections on key storage, recovery, and related resources with additional guidance and links. <!-- end of auto-generated comment: release notes by coderabbit.ai --> |
||
|---|---|---|
| .. | ||
| apple-declarative-device-management.md | ||
| apple-mdm-architecture.md | ||
| automated-device-enrollment.md | ||
| disk-encryption.md | ||
| end-user-authentication.md | ||
| mdm-overview.md | ||
| README.md | ||
| windows-mdm-architecture.md | ||
MDM Architecture
This directory contains documentation about Fleet's Mobile Device Management (MDM) architecture.
Overview
Fleet's MDM architecture is designed to manage devices across different platforms, including Apple (macOS, iOS, iPadOS), Windows, and Android. This documentation provides insights into the design decisions, system components, and interactions specific to the MDM functionality.
Contents
- MDM Overview - Overview of Fleet's MDM architecture
- Apple MDM Architecture - Architecture specific to Apple MDM
- Windows MDM Architecture - Architecture specific to Windows MDM
- End User Authentication - Architecture for end user authentication
- Disk Encryption - Architecture for disk encryption
- Automated Device Enrollment - Architecture for automated device enrollment
Related resources
- MDM Product Group Documentation - Documentation for the MDM product group
- MDM Development Guides - Guides for MDM development