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

asnaik pushed a commit to branch branch-2.7
in repository https://gitbox.apache.org/repos/asf/ambari.git


The following commit(s) were added to refs/heads/branch-2.7 by this push:
     new a4557c6  AMBARI-25413 Ambari is changing the truststore permission 
from 444/644 to 640. (santal) (#3150)
a4557c6 is described below

commit a4557c66df571a04ed4c4d487542c16960d9eadd
Author: Szilárd Antal <san...@cloudera.com>
AuthorDate: Fri Dec 13 07:15:40 2019 +0100

    AMBARI-25413 Ambari is changing the truststore permission from 444/644 to 
640. (santal) (#3150)
---
 ambari-server/src/main/python/ambari_server/serverConfiguration.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ambari-server/src/main/python/ambari_server/serverConfiguration.py 
b/ambari-server/src/main/python/ambari_server/serverConfiguration.py
index ce27a9b..7170e08 100644
--- a/ambari-server/src/main/python/ambari_server/serverConfiguration.py
+++ b/ambari-server/src/main/python/ambari_server/serverConfiguration.py
@@ -412,7 +412,7 @@ class ServerConfigDefaults(object):
 
     self.MASTER_KEY_FILE_PERMISSIONS = "640"
     self.CREDENTIALS_STORE_FILE_PERMISSIONS = "640"
-    self.TRUST_STORE_LOCATION_PERMISSIONS = "640"
+    self.TRUST_STORE_LOCATION_PERMISSIONS = "644"
 
     self.DEFAULT_DB_NAME = "ambari"
 

Reply via email to