Am I correct in thinking that:
In a network with multiple verticles on the event bus,
Every verticle will see the transmitted messages?
Because if so, untrustworthy verticles on the event bus will see everyone's username and password.
Does this project only attempt to handle authentication for a vertx network where every verticle is trusted?