GitHub user qiao-meng-zefr opened a pull request:
https://github.com/apache/kafka/pull/4269
KAFKA-5117: Add password masking for kafka connect REST endpoint
*More detailed description of your change,
Mask all password type config parameter with "*" instead of displaying the
plain text in kafka connect REST endpoint.
### Committer Checklist (excluded from commit message)
- [ ] Verify design and implementation
- [ ] Verify test coverage and CI build status
- [ ] Verify documentation (including upgrade notes)
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/qiao-meng-zefr/kafka mask_password
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/kafka/pull/4269.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 #4269
----
commit 51665eae52eadb9e6db4107dffac12e0bd40585a
Author: Vincent Meng <[email protected]>
Date: 2017-11-27T19:41:11Z
Add password masking
----
---