I’m looking for some assistance after 20 hours of banging my head on the desk!
Has anyone had experience deploying Warp Configuration files with MDM products on Mac OS ?
I’m attempting to configure( via XML) the automated setup of WARP via Hexnode MDM and the attachment to a Cloudflare Teams account without the user having to join via the WARP Client preferences panel.
OK , so i was directed to this section in the docs
Any script or management tool that can place a com.cloudflare.warp.plist file in /Library/Managed Preferences on a supported macOS device. Additionally this plist can be wrapped in a .mobileconfig.
In the /library/managed preferences I located an encoded version of my XML file with the correct values in the com.cloudflare.1dot1dot1dot1.macos.plist file.
So the XML values are on the machine , but the WARP client doesn’t seem to be using them.
The plist file name is incorrect. Look at the documentation and the file name you posted. The file name needs to match the documentation exactly. That is what Warp uses to enforce a configuration (same with any other app using a plist)
… One problem, i don’t control the name of the plist file , its part of the MDM package deployed by hexnode and it’s associated with the profile snap shot ( above) .
Any ideas, apart from trying to modify the plist file post deployment ?