openhab / openhab1-addons

Add-ons for openHAB 1.x
Eclipse Public License 2.0
3.43k stars 1.71k forks source link

[anel] Added Masking of passwords in log entries #5828

Closed paphko closed 4 years ago

yveshanoulle commented 5 years ago

@paphko does this have the side effect that the password is replaced with stars, so when you do that before the try, will the tray fail because of a wrong password?

When the password is replaced with stars, does it even need to be in the log?

paphko commented 5 years ago

@yveshanoulle the password is only masked for logging, so it doesn't cause any side effects.

yveshanoulle commented 5 years ago

what needs to happen to unblock this?