apache / pinot

Apache Pinot - A realtime distributed OLAP datastore
https://pinot.apache.org/
Apache License 2.0
5.42k stars 1.27k forks source link

obfuscate authToken in ingestion job (and other?) console output #7232

Closed apucher closed 1 year ago

apucher commented 3 years ago

console logs of ingestion jobs currently display the full job spec, including auth token in plain text. credentials should be obfuscated eventually.

kriti-sc commented 3 years ago

Seems similar to https://github.com/apache/pinot/issues/6823 @mayankshriv Let me know your thoughts and I can include this in the existing PR.