Quarkus 1.8.0.Final issue with Vault healthcheck
docker-compose up
mvn compile quarkus:dev
curl localhost:8080/health
docker-compose down
curl localhost:8080/health
java -jar target/code-with-quarkus-1.0.0-SNAPSHOT-runner.jar
Attempt same permutations of hitting health endpoint via curl http://localhost:8080/health
both with and without Vault running to see that this problem happens even when not in dev-mode.