Fixed Android agent to send the issued certificate's serial number to Fleet as hexadecimal (#45413)
<!-- Add the related story/sub-task/bug number, like Resolves #123, or remove if NA --> **Related issue:** Resolves #45405 The serial numbers are currently unused (they are only for debug), so we are making a hard switch to hex without a migration. # Checklist for submitter - [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 <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit ## Release Notes * **Bug Fixes** * Fixed Android agent certificate serial number reporting to use hexadecimal format for proper Fleet compatibility. * **Tests** * Added test coverage to ensure certificate serial numbers are correctly encoded as hexadecimal when reporting status. <!-- review_stack_entry_start --> [](https://app.coderabbit.ai/change-stack/fleetdm/fleet/pull/45413) <!-- review_stack_entry_end --> <!-- end of auto-generated comment: release notes by coderabbit.ai -->
This commit is contained in:
@@ -0,0 +1 @@
|
||||
- Fixed Android agent to send the issued certificate's serial number to Fleet as hexadecimal.
|
||||
Reference in New Issue
Block a user