/api/healthRole: none
The healthcheck: the application is up and the database answers.
Request
curl -s http://localhost:3000/api/healthResponse200
{ "status": "ok", "db": "up" }It is the only route outside /api/auth that answers with no credential: the Compose healthcheck has no credential to present.