ajithme opened a new pull request #27018: [SPARK-30361] Monitoring URL do not redact information about environment URL: https://github.com/apache/spark/pull/27018 UI and event logs redact sensitive information. But the monitoring URL, https://spark.apache.org/docs/latest/monitoring.html#rest-api , specifically /applications/[app-id]/environment does not, which is a security issue. ### What changes were proposed in this pull request? REST api response is redacted before sending it ### Why are the changes needed? If no redaction is done for rest API call, it can leak security information ### Does this PR introduce any user-facing change? No ### How was this patch tested? Tested manually
---------------------------------------------------------------- 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]
