J.Andreina created KNOX-1267:
--------------------------------

             Summary: [Service Discovery] On a wire encrypted cluster , Ranger 
url is getting updated with http schema and wrong port
                 Key: KNOX-1267
                 URL: https://issues.apache.org/jira/browse/KNOX-1267
             Project: Apache Knox
          Issue Type: Bug
    Affects Versions: 0.14.0
            Reporter: J.Andreina
             Fix For: 1.1.0


On a wire encrypted cluster , Ranger url is getting updated with http schema 
and wrong port

Expected Ranger url in generated topology : 
https://host1:6182
https://host2:6182

Actual:
{noformat}
 <service>
 <role>RANGER</role>
 <url>http://host1:6080</url>
 <url>http://host2:6080</url>
 </service>

<service>
 <role>RANGERUI</role>
 <url>http://host1:6080</url>
 <url>http:/host2:6080</url>
 </service>
{noformat}

 

Should fetch ranger url value using config "ranger.externalurl" from 
/etc/ranger/admin/conf/ranger-admin-site.xml



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to