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 952a474 AMBARI-24017. Ambari-server protocol passed wrongly for Log
Search if SSL is enabled. (#1449)
952a474 is described below
commit 952a474ee6b9e7af06b360928dab5d01b51256a5
Author: Olivér Szabó <[email protected]>
AuthorDate: Mon Jun 4 13:11:11 2018 +0200
AMBARI-24017. Ambari-server protocol passed wrongly for Log Search if SSL
is enabled. (#1449)
---
.../resources/common-services/LOGSEARCH/0.5.0/package/scripts/params.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/ambari-server/src/main/resources/common-services/LOGSEARCH/0.5.0/package/scripts/params.py
b/ambari-server/src/main/resources/common-services/LOGSEARCH/0.5.0/package/scripts/params.py
index cd06421..8194287 100644
---
a/ambari-server/src/main/resources/common-services/LOGSEARCH/0.5.0/package/scripts/params.py
+++
b/ambari-server/src/main/resources/common-services/LOGSEARCH/0.5.0/package/scripts/params.py
@@ -237,7 +237,7 @@ logsearch_admin_content =
config['configurations']['logsearch-admin-json']['cont
if 'ambari_server_host' in config['ambariLevelParams']:
ambari_server_host = config['ambariLevelParams']['ambari_server_host']
ambari_server_port = config['ambariLevelParams']['ambari_server_port']
- ambari_server_use_ssl = config['ambariLevelParams']['ambari_server_use_ssl']
== 'true'
+ ambari_server_use_ssl = config['ambariLevelParams']['ambari_server_use_ssl']
ambari_server_protocol = 'https' if ambari_server_use_ssl else 'http'
--
To stop receiving notification emails like this one, please contact
[email protected].