I am trying to allow a Application Status Tracking Dashboard that is used internally to be able to get to FSM Health Check
i was looking at using /OData/perform_health_check
but when reviewing how to setup the associated user and role. i was not able to restrict the role to appoint where it only has access to perform the heath check.
in Functions i added Odata (readonly mode) and recevied authorization error (even though i am calling a status endpoint)
so i tried without the readonly and added table restrictions to the Role. That stopped me from getting at the table data but i was still able to perform MPM’s in FSM so updating data.
does anyone know how you might be able to Restrict a Role for Odata that allows access to the health check without giving it access to update/create/delete anything else?