aaruna commented on issue #24733: [SPARK-27869][CORE] Redact sensitive information in System Properties from UI URL: https://github.com/apache/spark/pull/24733#issuecomment-497144640 @dongjoon-hyun @srowen Thank you for reviewing and merging this. > Does it happen to match any JVM properties, or really will only affect user-supplied secret, token, password keys? This PR will only redact the System Properties wherein the property key/value matches the `spark.redaction.regex` config value (default of `(?i)secret|password`).
---------------------------------------------------------------- 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]
