You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by wu...@apache.org on 2022/11/09 08:43:38 UTC

[ambari] branch trunk updated: AMBARI-25277: Security Concern as ambari-server.log and ambari-agent.log shows cleartext passwords (#3464)

This is an automated email from the ASF dual-hosted git repository.

wuzhiguo pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ambari.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 7756ca87e4 AMBARI-25277: Security Concern as ambari-server.log and ambari-agent.log shows cleartext passwords (#3464)
7756ca87e4 is described below

commit 7756ca87e48cf761ab068446941edd0936b04794
Author: Zhiguo Wu <wu...@apache.org>
AuthorDate: Wed Nov 9 16:43:33 2022 +0800

    AMBARI-25277: Security Concern as ambari-server.log and ambari-agent.log shows cleartext passwords (#3464)
---
 ambari-server/src/main/resources/stacks/stack_advisor.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/ambari-server/src/main/resources/stacks/stack_advisor.py b/ambari-server/src/main/resources/stacks/stack_advisor.py
index fe5e8879ca..a7f3ab8623 100644
--- a/ambari-server/src/main/resources/stacks/stack_advisor.py
+++ b/ambari-server/src/main/resources/stacks/stack_advisor.py
@@ -1567,7 +1567,6 @@ class DefaultStackAdvisor(StackAdvisor):
       if siteProperties is not None:
         siteRecommendations = recommendedDefaults[siteName]["properties"]
         self.logger.info("SiteName: %s, method: %s" % (siteName, method.__name__))
-        self.logger.info("Site properties: %s" % str(siteProperties))
         self.logger.info("Recommendations: %s" % str(siteRecommendations))
         return method(siteProperties, siteRecommendations, configurations, services, hosts)
     return []


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@ambari.apache.org
For additional commands, e-mail: commits-help@ambari.apache.org