fleet/ee/server/service
Roberto Dip f04ff27180
Prevent user action in profiles managed by Fleet (#10559)
related to https://github.com/fleetdm/fleet/issues/10547,
https://github.com/fleetdm/fleet/issues/10549,
https://github.com/fleetdm/fleet/issues/10550 and
https://github.com/fleetdm/fleet/issues/10552 this prevents user
interaction with fleet-managed profiles, including:

- batch actions
- individual POST/UPDATE/DELETE actions
- listing

# Checklist for submitter

If some of the following don't apply, delete the relevant line.

- [x] Input data is properly validated, `SELECT *` is avoided, SQL
injection is prevented (using placeholders for values in statements)
- [x] Added/updated tests
2023-03-17 18:52:30 -03:00
..
appconfig.go enable controlled rollout of features by teams (#7408) 2022-08-30 08:13:09 -03:00
devices.go Feature 7084: Add new EE endpoint for Fleet Desktop (#7530) 2022-09-12 15:37:38 -04:00
errors.go Add UUID to Fleet errors and clean up error msgs (#10411) 2023-03-13 13:44:06 -03:00
hosts.go only include policies in device endpoints for premium users (#6077) 2022-06-07 13:27:13 -03:00
mdm_profiles.go add logic to configure FileVault + escrow (#10160) 2023-03-01 10:43:15 -03:00
mdm_test.go Prevent user action in profiles managed by Fleet (#10559) 2023-03-17 18:52:30 -03:00
mdm.go Prevent user action in profiles managed by Fleet (#10559) 2023-03-17 18:52:30 -03:00
service.go allow to set up a DEP flow gated by Okta auth (#10338) 2023-03-13 10:33:32 -03:00
software.go Update aggregated_stats to support "no team" in addition to "all teams" (#10466) 2023-03-14 17:01:16 -04:00
teams.go Add enabled/disabled disk encryption activities and trigger profiles generation (#10319) 2023-03-08 08:31:53 -05:00
users_test.go Allow setting user roles during JIT provisioning (#10193) 2023-03-01 20:18:40 -03:00
users.go Add enable_jit_role_sync config (#10478) 2023-03-14 17:17:08 -03:00