You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by GitBox <gi...@apache.org> on 2022/03/17 15:05:51 UTC

[GitHub] [pinot] KKcorps opened a new issue #8363: Auth Token should not go into LOGS

KKcorps opened a new issue #8363:
URL: https://github.com/apache/pinot/issues/8363


   Currently we push `SegmentGenerationJobSpec` into logs in the following place
   https://github.com/apache/pinot/blob/7e9ca6a5a4afe0d4e283ac1307c45430e474cbf2/pinot-spi/src/main/java/org/apache/pinot/spi/ingestion/batch/IngestionJobLauncher.java#L100
   
   This may be problematic from security perspective since job spec can contain `authToken`, `username`, `password` as well.
   
   We should avoid logging these fields.
   
   Changes might be needed in other classes as well where we log these fields as well.


-- 
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: commits-unsubscribe@pinot.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org