Repository: ambari Updated Branches: refs/heads/trunk 0a5a721f1 -> b32f64c5d
AMBARI-15974. BUG-56029 Ambari does not use HTTPS protocol for the Falcon QuickLink when TLS is enabled for Falcon (alexantonenko) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/b32f64c5 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/b32f64c5 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/b32f64c5 Branch: refs/heads/trunk Commit: b32f64c5d2fc4ad27f4ba4f55809ab6a447fa28b Parents: 0a5a721 Author: Alex Antonenko <[email protected]> Authored: Tue Apr 19 15:31:22 2016 +0300 Committer: Alex Antonenko <[email protected]> Committed: Tue Apr 19 19:21:49 2016 +0300 ---------------------------------------------------------------------- .../FALCON/0.5.0.2.1/quicklinks/quicklinks.json | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/b32f64c5/ambari-server/src/main/resources/common-services/FALCON/0.5.0.2.1/quicklinks/quicklinks.json ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/common-services/FALCON/0.5.0.2.1/quicklinks/quicklinks.json b/ambari-server/src/main/resources/common-services/FALCON/0.5.0.2.1/quicklinks/quicklinks.json index 54acb76..251f43b 100644 --- a/ambari-server/src/main/resources/common-services/FALCON/0.5.0.2.1/quicklinks/quicklinks.json +++ b/ambari-server/src/main/resources/common-services/FALCON/0.5.0.2.1/quicklinks/quicklinks.json @@ -4,7 +4,14 @@ "configuration": { "protocol": { - "type":"HTTP_ONLY" + "type":"https", + "checks":[ + { + "property":"*.falcon.enableTLS", + "desired":"true", + "site":"falcon-startup.properties" + } + ] }, "links": [ @@ -17,7 +24,7 @@ "http_property": "falcon_port", "http_default_port": "15000", "https_property": "falcon_port", - "https_default_port": "15000", + "https_default_port": "15443", "regex": "^(\\d+)$", "site": "falcon-env" }
