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-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org