-
Notifications
You must be signed in to change notification settings - Fork 478
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Surface failures when installing custom packages and Fleet-maintained apps #26013
Comments
@iansltx do you know the answer to my questions above? (issue description) Also please feel free to edit the issue description if parts are wrong. |
This is for when someone calls the API to install an app that is out of scope, following the convention on VPP of "if we error out add an activity."
Same situation as the above. We return an error from the API if e.g. attempting to install a macOS app on a Windows machine. Both of the above cases are currently silently discarded on when evaluating a policy automation, but would return a 4xx response if attempted via an API call. We may not want to ad to our audit log for either of these cases, as I believe in both cases we aren't expecting to log if someone makes the same API calls on a VPP app, but I want to make sure we're clear on why some types of host software install API call failures hit the activity log and others don't. |
The text was updated successfully, but these errors were encountered: