GitHub user arunmahadevan opened a pull request:
https://github.com/apache/storm/pull/2801
STORM-3184: Mask the plaintext passwords from the logs
Introduce a `Password` config annotation and use it to mark configs that are
sensitive and mask the values while logging.
Master port of https://github.com/apache/storm/pull/2798
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/arunmahadevan/storm STORM-3184-master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/storm/pull/2801.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #2801
----
commit 9d36724e88f54ae48fd892b001eeb76313adc9da
Author: Arun Mahadevan <arunm@...>
Date: 2018-08-11T00:39:49Z
STORM-3184: Mask the plaintext passwords from the logs
Introduce a `Password` config annotation and use it to mark configs that are
sensitive and mask the values while logging.
----
---