Commit graph

2 commits

Author SHA1 Message Date
Juan Fernandez
e58fdca545
Skip membership catalog test for API-only users if they have access to everything (#44473)
Fixes #44403 

Skip membership catalog test for API-only users if they have access to
everything.
2026-04-30 11:24:31 -04:00
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