I am using Quarkus to build a REST API. I have enabled the MicroProfile Health endpoints following https://quarkus.io/guides/microprofile-health
I would like to know how to secure or reduce the visibility of the <IP>:8080/health
endpoints so that it wont be visible to external users.