pan3793 commented on code in PR #2442:
URL: https://github.com/apache/celeborn/pull/2442#discussion_r1554810302
##########
master/src/main/scala/org/apache/celeborn/service/deploy/master/Master.scala:
##########
@@ -79,6 +79,10 @@ private[celeborn] class Master(
private val authEnabled = conf.authEnabled
private val secretRegistry = new MasterSecretRegistryImpl()
+ if (conf.logMasterConfEnabled) {
+ logInfo(getConf)
Review Comment:
@SteNicholas the redact policy is also applicable if we display
configuration in Web UI, otherwise, sensitive data like MySQL password is
likely to be leaked to normal users
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]