gaborgsomogyi opened a new pull request #24627: [SPARK-27748][SS] Kafka consumer/producer password/token redaction. URL: https://github.com/apache/spark/pull/24627 ## What changes were proposed in this pull request? Kafka parameters are logged at several places and the following parameters has to be redacted: * Delegation token * ssl.truststore.password * ssl.keystore.password * ssl.key.password This PR contains: * Spark central redaction framework used to redact passwords (spark.redaction.regex) * Custom redaction added to handle sasl.jaas.config (delegation token) * Redaction code added into consumer/producer code * Test refactor ## How was this patch tested? Existing + additional unit tests.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
