fleet/server/service/middleware/auth
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
..
api_only.go Added middleware for api-only users auth (#43772) 2026-04-21 07:11:33 -04:00
api_only_test.go Added middleware for api-only users auth (#43772) 2026-04-21 07:11:33 -04:00
auth.go Refactor endpoint_utils for modularization (#36484) 2025-12-31 09:12:00 -06:00
auth_test.go Make orbit and Fleet Desktop not depend on server/service/ packages (#42231) 2026-03-26 10:59:42 -03:00
http_auth.go Refactor endpoint_utils for modularization (#36484) 2025-12-31 09:12:00 -06:00