mirror of
https://github.com/fleetdm/fleet
synced 2026-04-21 21:47:20 +00:00
fixes: #30888 # Checklist for submitter If some of the following don't apply, delete the relevant line. - [x] Changes file added for user-visible changes in `changes/`, `orbit/changes/` or `ee/fleetd-chrome/changes`. See [Changes files](https://github.com/fleetdm/fleet/blob/main/docs/Contributing/guides/committing-changes.md#changes-files) for more information. ## Testing - [x] Added/updated automated tests - [x] QA'd all new/changed functionality manually ## Database migrations - [x] Checked table schema to confirm autoupdate <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * New Features * Added support for an IdP full name variable in Apple configuration profiles, enabling substitution of a user’s full name. * Profiles automatically re-deploy when a user’s IdP full name changes, is removed, or the user is assigned to a host. * Bug Fixes * Added clearer failure handling: profiles that require an IdP full name now report a delivery failure with a specific message if the value is missing. * Tests * Expanded test coverage for full name handling and failure scenarios. * Chores * Seeded the new variable in the database. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
1 line
No EOL
89 B
Text
1 line
No EOL
89 B
Text
* Added IdP fullname attribute as a valid fleet variable for Apple configuration profiles |