fleet/website/api/controllers/android-proxy
Eric 292c23497f
Website: Update Android Proxy endpoints to return 404 responses if an Android Enterprise are not managed by Fleet (#33816)
Related to: https://github.com/fleetdm/fleet/issues/33266

Changes:
- Added a new helper
`sails.helpers.androidProxy.getIsEnterpriseManagedByFleet`. This helper
returns `true` if a provided Android Enterprise ID is present in the
list of all Android Enterprises managed by Fleet, or `false` if it is
not in the list.
- Updated `create-android-enrollment-token`,
`create-android-signup-url`, and `modify-android-policies` to return a
404 response to the requesting Fleet instance if their Android
Enterprise is not managed by Fleet.
2025-10-06 12:50:42 -05:00
..
create-android-enrollment-token.js Website: Update Android Proxy endpoints to return 404 responses if an Android Enterprise are not managed by Fleet (#33816) 2025-10-06 12:50:42 -05:00
create-android-enterprise.js Pass along particular 4xx errors from Google (#32817) 2025-09-11 11:57:29 -04:00
create-android-signup-url.js Website: Update Android Proxy endpoints to return 404 responses if an Android Enterprise are not managed by Fleet (#33816) 2025-10-06 12:50:42 -05:00
delete-one-android-enterprise.js Handle deleted Android Enterprise (#32267) 2025-09-04 08:17:37 -04:00
get-android-enterprises.js pass serverUrl, improve error handling (#32897) 2025-09-12 17:01:18 -04:00
modify-android-policies.js Website: Update Android Proxy endpoints to return 404 responses if an Android Enterprise are not managed by Fleet (#33816) 2025-10-06 12:50:42 -05:00