[WARP] Document Intune macOS reinstall loop and workaround#32075
Open
cf-rhett wants to merge 1 commit into
Open
[WARP] Document Intune macOS reinstall loop and workaround#32075cf-rhett wants to merge 1 commit into
cf-rhett wants to merge 1 commit into
Conversation
Contributor
Review
Fix in your agentFix the following review findings in PR #32075 (https://github.com/cloudflare/cloudflare-docs/pull/32075).
Before making changes, review each finding and present a brief summary table:
- For each finding, state whether you agree, disagree, or need clarification
- If you disagree (e.g. the fix requires disproportionate effort for minimal benefit,
or the finding is factually incorrect), explain why
- If you need clarification before deciding, ask those questions
- Then share your plan for which issues to tackle and in what order
After triaging, fix all legitimate findings. For any you decide to skip,
post a comment on this PR with the finding ID and your reasoning.
---
## Conventions
### Warnings (1)
#### CV-21c743b27f2e · Scope accuracy
- **File:** PR-level finding
- **Issue:** The PR modifies src/content/warp-releases/macos/ga/2026.6.822.0.yaml (a release note file) but the description only discusses documentation changes to the Intune deployment guide and known-limitations page.
- **Fix:** Update the description to mention the release note file change or remove it if it was included unintentionally.
Code ReviewThis code review is in beta and may not always be helpful — use your judgment. No code review issues found. ConventionsWarnings (1)
Style Guide ReviewNo style-guide issues found. CommandsOnly codeowners can run commands. Post a comment with the command to trigger it.
|
Contributor
|
This pull request requires reviews from CODEOWNERS as it changes files that match the following patterns:
|
4ff846a to
de713de
Compare
Contributor
|
Nimbus Preview URL: https://nimbus-de713dee.preview.developers.cloudflare.com |
Contributor
lpraneis
approved these changes
Jul 14, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Documents a Microsoft Intune behavior that causes the Cloudflare One Client to be repeatedly reinstalled on macOS. When you upload the client
.pkg, Intune auto-populates the app's Included apps detection list and treats the first entry as the primary app. It lists a nested framework bundle (io.flutter.flutter-macos) first instead of the client's own bundle identifier (com.cloudflare.1dot1dot1dot1.macos), so detection never matches the installed receipt and Intune reinstalls the package on every evaluation, restarting the client and dropping the WARP connection.Adds a known-limitations entry with the workaround (reorder Included apps so the Cloudflare bundle identifier is primary, and reapply after each version upload) plus a cross-linking caution in the macOS Intune deployment guide.
Screenshots (optional)
An animated GIF in the known-limitations entry shows the reorder in the Intune admin center.
Documentation checklist