You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@knox.apache.org by "J.Andreina (JIRA)" <ji...@apache.org> on 2018/04/23 06:18:00 UTC

[jira] [Created] (KNOX-1267) [Service Discovery] On a wire encrypted cluster , Ranger url is getting updated with http schema and wrong port

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)