smallrye-reactive-messaging icon indicating copy to clipboard operation
smallrye-reactive-messaging copied to clipboard

Logging password on startup

Open nojomyth-dev opened this issue 8 months ago • 0 comments

Here, the password is logged on startup. This seemingly cannot be disabled and is bad practice.

https://github.com/smallrye/smallrye-reactive-messaging/blob/11a6059635659e817e786f249e0b5f804b0674a0/smallrye-reactive-messaging-mqtt/src/main/java/io/smallrye/reactive/messaging/mqtt/Clients.java#L31-L33

Resolution proposition: Don't log the password.

nojomyth-dev avatar Jun 17 '24 09:06 nojomyth-dev