Dmitry Lysnichenko created AMBARI-13377:
-------------------------------------------
Summary: External URL (policymgr_external_ur) value in Ranger
service should be recommended by stack advisor
Key: AMBARI-13377
URL: https://issues.apache.org/jira/browse/AMBARI-13377
Project: Ambari
Issue Type: Task
Reporter: Dmitry Lysnichenko
Assignee: Dmitry Lysnichenko
Attachments: AMBARI-13377.patch
policymgr_external_url should be recommended by the stack advisor while
installing ranger service. it's value should be:
$\{protocol\}://$\{RANGER_ADMIN_HOST\}:$\{PORT\}
$\{protocol\} is http or https. Refer to property ranger-site/HTTP_ENABLED to
figure out if Ranger is configured with HTTP or HTTPS. If the property exists
and its value is false then the protocol is https.
$\{RANGER_ADMIN_HOST\} is the fqdn of the ranger admin host.
$\{PORT\} is ranger-admin-site/ranger.service.http.port value if it is present
for HDP-2.3 stack.
$\{PORT\} is ranger-site/http.service.port value if it is present for HDP-2.2
stack.
If property is not present then $\{PORT\} value is 6080
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)