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

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

     [ https://issues.apache.org/jira/browse/KNOX-1267?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Phil Zampino reassigned KNOX-1267:
----------------------------------

    Assignee: Phil Zampino

> [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
>            Assignee: Phil Zampino
>            Priority: Critical
>             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)