fleet/server/platform/endpointer
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
..
clientip.go Implement trusted proxies config (#38471) 2026-01-19 22:13:37 -06:00
clientip_test.go Implement trusted proxies config (#38471) 2026-01-19 22:13:37 -06:00
endpoint_utils.go ACME MDM -> main (#42926) 2026-04-02 15:56:31 -05:00
endpoint_utils_test.go Use http.MaxBytesReader on the raw body and on the gzip decode output (#42265) 2026-03-25 06:27:58 -03:00
extract_alias_rules_test.go Deprecate "team" and "query" API params (#39873) 2026-02-19 13:53:32 -06:00
json_key_duplicator.go add keymap for new renames, and shallow duplication (#41682) 2026-03-16 08:37:23 -05:00
json_key_duplicator_test.go add keymap for new renames, and shallow duplication (#41682) 2026-03-16 08:37:23 -05:00
json_key_rewriter.go Update fleetctl client urls and params (#41463) 2026-03-13 08:38:55 -05:00
json_key_rewriter_test.go Update fleetctl client urls and params (#41463) 2026-03-13 08:38:55 -05:00
route_template.go Added middleware for api-only users auth (#43772) 2026-04-21 07:11:33 -04:00
transport_error.go Fixed client-side errors being incorrectly reported as server errors in OTEL telemetry (#40051) 2026-02-19 16:06:00 -06:00
transport_error_test.go Fixed client-side errors being incorrectly reported as server errors in OTEL telemetry (#40051) 2026-02-19 16:06:00 -06:00