-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/37695/
-----------------------------------------------------------
(Updated Aug. 21, 2015, 3:31 p.m.)
Review request for Ambari and Yusaku Sako.
Bugs: AMBARI-12773
https://issues.apache.org/jira/browse/AMBARI-12773
Repository: ambari
Description
-------
The use case for quick link to work:
For *+Amabri 2.1+*(and higher) + *+HDP 2.2+* the quick links should read
properties (*http.service.port*, *https.service.port*, *http.enabled*) from
"ranger-site.xml"
* If http ( http.enabled=true)
** Quick link needs to be : <ranger_host>:http.service.port
*
* if https ( http.enabled=false)
** Quick link needs to be : <ranger_host>:https.service.port
For *+Ambari 2.1+*(and higher) + *+HDP 2.3+* the quick links should read
properties (*ranger.service.http.port*,*ranger.service.https.port*,
*ranger.service.https.attrib.ssl.enabled*, *ranger.service.http.enabled*) from
"ranger-admin-site.xml"
* If http ( ranger.service.http.enabled=true AND
ranger.service.https.attrib.ssl.enabled=false)
** Quick link needs to be : <ranger_host>:ranger.service.http.port
*
* if https ( ranger.service.http.enabled=false AND
ranger.service.https.attrib.ssl.enabled=true)
** Quick link needs to be : <ranger_host>:ranger.service.https.port
Diffs
-----
ambari-web/app/views/common/quick_view_link_view.js e76127e
ambari-web/test/views/common/quick_link_view_test.js f9e9941
Diff: https://reviews.apache.org/r/37695/diff/
Testing
-------
Thanks,
Xi Wang