This is an automated email from the ASF dual-hosted git repository.
oleewere 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 00ffdc7 AMBARI-24016. Log Search: java.lang.RuntimeException: Could
not create directory /etc/ambari-logsearch-portal/conf/keys (if SSL enabled)
(#1448)
00ffdc7 is described below
commit 00ffdc7fce764143369543842749b6b12647d9e5
Author: Olivér Szabó <[email protected]>
AuthorDate: Sun Jun 3 19:45:15 2018 +0200
AMBARI-24016. Log Search: java.lang.RuntimeException: Could not create
directory /etc/ambari-logsearch-portal/conf/keys (if SSL enabled) (#1448)
---
.../ambari-logsearch-server/src/main/resources/default.properties | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/ambari-logsearch/ambari-logsearch-server/src/main/resources/default.properties
b/ambari-logsearch/ambari-logsearch-server/src/main/resources/default.properties
index 466d4c6..38c812f 100644
---
a/ambari-logsearch/ambari-logsearch-server/src/main/resources/default.properties
+++
b/ambari-logsearch/ambari-logsearch-server/src/main/resources/default.properties
@@ -22,7 +22,7 @@ logsearch.auth.simple.enable=false
#login config
logsearch.login.credentials.file=user_pass.json
-logsearch.cert.folder.location=/etc/ambari-logsearch-portal/conf/keys
+logsearch.cert.folder.location=/usr/lib/ambari-logsearch-portal/conf/keys
logsearch.cert.algorithm=sha256WithRSAEncryption
management.security.enabled=false
--
To stop receiving notification emails like this one, please contact
[email protected].