Add UI for Fleet Sandbox to download prepackaged installers#6721
Conversation
roperzh
left a comment
There was a problem hiding this comment.
Thanks for the doc changes, they LGTM! I also pulled and tested and everything works great 👍
Leaving the code / style review for the people that really know about that.
| const path = `${ENDPOINTS.DOWNLOAD_INSTALLER}/${encodeURIComponent( | ||
| enrollSecret | ||
| )}/${installerType}?desktop=${includeDesktop}`; | ||
| console.log("path: ", path); |
There was a problem hiding this comment.
@lukeheath is there any logging we might want here in case of sandbox support requests?
There was a problem hiding this comment.
I think the plan is to monitor the S3 logs so we're notified if there are any 404s. Beyond that I'm not thinking we need any extra logging in the frontend for now.
|
Thank you! |
|
@xpkoala, quick QA note for whenever you turn to the Sandbox features. We should probably smoke test the download installer flow on all platforms (including verifying that Fleet Desktop works as expected on the device). |
…lers Editor pass for: - #6721
|
Editor pass completed on: |
Issue #5757
Checklist for submitter
If some of the following don't apply, delete the relevant line.
changes/and/ororbit/changes/).TODO: QA on Windows and Linux