Uploaded image for project: 'Apache Knox'
  1. Apache Knox
  2. KNOX-1267

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

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Critical
    • Resolution: Fixed
    • 0.14.0
    • 1.1.0
    • None
    • None

    Description

      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:

       <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>
      

       

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

      Attachments

        Activity

          People

            pzampino Philip Zampino
            andreina J.Andreina
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: