[GitHub] storm pull request #2798: STORM-3184: Mask the plaintext passwords from the ...

2018-08-14 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/storm/pull/2798


---


[GitHub] storm pull request #2798: STORM-3184: Mask the plaintext passwords from the ...

2018-08-08 Thread arunmahadevan
GitHub user arunmahadevan opened a pull request:

https://github.com/apache/storm/pull/2798

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.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/arunmahadevan/storm STORM-3184

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/storm/pull/2798.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 #2798


commit fc942ee10d86649db9e9b8ce3dc0a04ea23439ce
Author: Arun Mahadevan 
Date:   2018-08-07T19:13:54Z

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.




---