fleet/server/activity/internal/service
Juan Fernandez 2b35eabd5d
Added middleware for api-only users auth (#43772)
Fixes #42885

Added new middleware (APIOnlyEndpointCheck) that enforces 403 for
API-only users whose request either isn't in the API endpoint catalog or
falls outside their configured per-user endpoint restrictions.
2026-04-21 07:11:33 -04:00
..
cleanup_expired_activities.go Moved cleanup activities logic to activity bounded context. (#40663) 2026-02-27 16:21:23 -06:00
cleanup_host_activities.go Renamed activity tables and moved host activities cleanup to activity bounded context. (#41194) 2026-03-08 21:54:06 -05:00
endpoint_utils.go Added middleware for api-only users auth (#43772) 2026-04-21 07:11:33 -04:00
handler.go Activity bounded context: Complete read operations (#38555) 2026-02-09 15:29:12 -06:00
handler_test.go Renamed activity tables and moved host activities cleanup to activity bounded context. (#41194) 2026-03-08 21:54:06 -05:00
new_activity.go Move PostJSONWithTimeout to platform/http package and activity cleanup (#40561) 2026-02-26 17:39:10 -06:00
new_activity_test.go Move PostJSONWithTimeout to platform/http package and activity cleanup (#40561) 2026-02-26 17:39:10 -06:00
service.go Removed the ptr helper package from Activity bounded context (#42161) 2026-03-23 14:10:07 -05:00
service_test.go Removed the ptr helper package from Activity bounded context (#42161) 2026-03-23 14:10:07 -05:00