You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@solr.apache.org by GitBox <gi...@apache.org> on 2022/10/11 15:34:05 UTC

[GitHub] [solr-sandbox] gerlowskija opened a new pull request, #49: Redact properties before string-ifying or logging

gerlowskija opened a new pull request, #49:
URL: https://github.com/apache/solr-sandbox/pull/49

   Prior to this commit, certain log messages during Producer/Consumer startup contained potentially sensitive information, such as SSL passwords, etc.
   
   This commit amends the string-ification of KafkaCrossDcConf and other Map/Properties types to "redact" properties whose key/name contains a block-list of values.  This list currently consists of "password" and "credentials": any property name containing these substrings (ignoring case) will be redacted before logging.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org
For additional commands, e-mail: issues-help@solr.apache.org


[GitHub] [solr-sandbox] gerlowskija merged pull request #49: Redact properties before string-ifying or logging

Posted by GitBox <gi...@apache.org>.
gerlowskija merged PR #49:
URL: https://github.com/apache/solr-sandbox/pull/49


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org
For additional commands, e-mail: issues-help@solr.apache.org