Out of curiosity why does the endpoint `/api/v1/se...
# support
t
Out of curiosity why does the endpoint
/api/v1/services/list
not have a specified access like the rest of the api calls?
v
This endpoint is open as we use this endpoint as an healthcheck in
install.sh
@Prashant Shahi I think we should use a healthcheck endpoint which doesn’t expose any data.
p
yeah, creating quick fix for the same.
Addressed in SigNoz/signoz#2257