You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2019/05/29 23:28:28 UTC

[GitHub] [spark] aaruna commented on issue #24733: [SPARK-27869][CORE] Redact sensitive information in System Properties from UI

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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org