<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question Re: Preserve Source client IP address when use Load Balancer to connect to CM console in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Preserve-Source-client-IP-address-when-use-Load-Balancer-to/m-p/339651#M233148</link>
    <description>&lt;P&gt;Hi Rama, yes, you can configure that in the "&lt;SPAN&gt;Hue Service Advanced Configuration Snippet (Safety Valve) for hue_safety_valve.ini"&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;OPSAPS-41615 is still open, in the future you can ask the status from any of your account team contacts. If you don't know who are those contacts, please ask/clarify that through the already open support case.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Best regards,&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;Miklos&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 25 Mar 2022 08:27:35 GMT</pubDate>
    <dc:creator>mszurap</dc:creator>
    <dc:date>2022-03-25T08:27:35Z</dc:date>
    <item>
      <title>Preserve Source client IP address when use Load Balancer to connect to CM console</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Preserve-Source-client-IP-address-when-use-Load-Balancer-to/m-p/339129#M233049</link>
      <description>&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are connecting to CM console via F5 Load Balancer (Reverse Proxy). We are trying to enable X-Forwarded-For (XFF) in HTTP header, to get actual source client IP address from the CM Audits log.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can I enable CM server to read XFF HTTP header for the source client IP address instead of reading source IP address from layer 3?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you in advance.&lt;/P&gt;</description>
      <pubDate>Tue, 22 Mar 2022 16:48:23 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Preserve-Source-client-IP-address-when-use-Load-Balancer-to/m-p/339129#M233049</guid>
      <dc:creator>ram76</dc:creator>
      <dc:date>2022-03-22T16:48:23Z</dc:date>
    </item>
    <item>
      <title>Re: Preserve Source client IP address when use Load Balancer to connect to CM console</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Preserve-Source-client-IP-address-when-use-Load-Balancer-to/m-p/339543#M233102</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/71237"&gt;@ram76&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can configure Hue to use the XFF header:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[desktop]
use_x_forwarded_host=true&lt;/LI-CODE&gt;&lt;P&gt;See hue.ini reference:&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/cloudera/hue/blob/master/desktop/conf.dist/hue.ini" target="_blank"&gt;https://github.com/cloudera/hue/blob/master/desktop/conf.dist/hue.ini&lt;/A&gt;&lt;/P&gt;&lt;P&gt;If not already done, besides using an external load-balancer (like F5 - to let the end users remember only a single Hue login URL) please consider to add "Hue Load Balaner" role in CM &amp;gt; Hue service&amp;nbsp; (which sets up an Apache httpd) to serve the static contents.&lt;/P&gt;&lt;P&gt;See the following for more:&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.cloudera.com/documentation/enterprise/6/6.3/topics/hue_use_add_lb.html#hue_use_add_lb" target="_blank"&gt;https://docs.cloudera.com/documentation/enterprise/6/6.3/topics/hue_use_add_lb.html#hue_use_add_lb&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this helps. Best regards, Miklos&lt;/P&gt;</description>
      <pubDate>Thu, 24 Mar 2022 08:29:20 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Preserve-Source-client-IP-address-when-use-Load-Balancer-to/m-p/339543#M233102</guid>
      <dc:creator>mszurap</dc:creator>
      <dc:date>2022-03-24T08:29:20Z</dc:date>
    </item>
    <item>
      <title>Re: Preserve Source client IP address when use Load Balancer to connect to CM console</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Preserve-Source-client-IP-address-when-use-Load-Balancer-to/m-p/339650#M233147</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/12885"&gt;@mszurap&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for the solution, I guess this would help to audit HUE access, though I was I looking for CM Audits.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For HUE I assume I need to add the parameter you mentioned&amp;nbsp;in the following HUE configuration item.&lt;/P&gt;&lt;P&gt;Hue Service Advanced Configuration Snippet (Safety Valve) for hue_safety_valve.ini&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regarding to the preserve source client IP when login into CM console. I did log a ticket Cloudera Support and apparently there is JIRA&amp;nbsp;&lt;SPAN&gt;OPSAPS-41615 was raised for this enhancement for CM server able to read XFF header. I don't have the access to the JIRA. I am not sure if you do.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks again for the solution for HUE. I will try to test it my environment and I will update you.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Kind regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Rama.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Mar 2022 07:59:24 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Preserve-Source-client-IP-address-when-use-Load-Balancer-to/m-p/339650#M233147</guid>
      <dc:creator>ram76</dc:creator>
      <dc:date>2022-03-25T07:59:24Z</dc:date>
    </item>
    <item>
      <title>Re: Preserve Source client IP address when use Load Balancer to connect to CM console</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Preserve-Source-client-IP-address-when-use-Load-Balancer-to/m-p/339651#M233148</link>
      <description>&lt;P&gt;Hi Rama, yes, you can configure that in the "&lt;SPAN&gt;Hue Service Advanced Configuration Snippet (Safety Valve) for hue_safety_valve.ini"&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;OPSAPS-41615 is still open, in the future you can ask the status from any of your account team contacts. If you don't know who are those contacts, please ask/clarify that through the already open support case.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Best regards,&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;Miklos&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Mar 2022 08:27:35 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Preserve-Source-client-IP-address-when-use-Load-Balancer-to/m-p/339651#M233148</guid>
      <dc:creator>mszurap</dc:creator>
      <dc:date>2022-03-25T08:27:35Z</dc:date>
    </item>
  </channel>
</rss>

