<?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>topic Re: Security on Load Data- Dev and Prod on same cluster in Management &amp; Governance</title>
    <link>https://community.qlik.com/t5/Management-Governance/Security-on-Load-Data-Dev-and-Prod-on-same-cluster/m-p/1810766#M19535</link>
    <description>&lt;P&gt;It is difficult to say only based on this screenshot.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The one tip that I can give you is to not use the Central node engine in the Production Virtual Proxy (In the load balancing section)&lt;/P&gt;&lt;P&gt;The central node has the particularity to have access to every app and there is nothing that can be configured to prevent that.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Finally the scenario I have presented will also apply to root admin yes.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 26 May 2021 14:10:32 GMT</pubDate>
    <dc:creator>Bastien_Laugiero</dc:creator>
    <dc:date>2021-05-26T14:10:32Z</dc:date>
    <item>
      <title>Security on Load Data- Dev and Prod on same cluster</title>
      <link>https://community.qlik.com/t5/Management-Governance/Security-on-Load-Data-Dev-and-Prod-on-same-cluster/m-p/1810512#M19528</link>
      <description>&lt;P&gt;All,&lt;/P&gt;&lt;P&gt;I have my environment like this and trying n to tighten the security. Please let me know how to achieve this?&lt;/P&gt;&lt;P&gt;I have Dev and Prod on cluster.&lt;/P&gt;&lt;P&gt;Prod Link : &lt;A href="https://qlik.url.com/hub/my/work" target="_blank"&gt;https://qlik.url.com/hub/my/work&lt;/A&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;-&amp;gt;I can see few apps under my work. I am also able to edit the script and run the script which hits the Prod node- Ultimately I should not be able to see the "work" folder OR I should not be able to run the script.&lt;/P&gt;&lt;P&gt;Dev Link :&amp;nbsp;&lt;A href="https://qlik.url.com/hub/my/work" target="_blank"&gt;https://devqlik.url.com/hub/my/work&lt;/A&gt;&amp;nbsp; &amp;nbsp;-&amp;gt; I can see the same set of apps under my work. I am&amp;nbsp; able to edit the script and run the script which hits the Dev node which is fine.&lt;/P&gt;&lt;P&gt;I really want to restrict anyone not to run script when they are in Prod node. How can I achieve this type of security?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 25 May 2021 20:23:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Security-on-Load-Data-Dev-and-Prod-on-same-cluster/m-p/1810512#M19528</guid>
      <dc:creator>jpjust</dc:creator>
      <dc:date>2021-05-25T20:23:16Z</dc:date>
    </item>
    <item>
      <title>Re: Security on Load Data- Dev and Prod on same cluster</title>
      <link>https://community.qlik.com/t5/Management-Governance/Security-on-Load-Data-Dev-and-Prod-on-same-cluster/m-p/1810580#M19530</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/138713"&gt;@jpjust&lt;/a&gt;,&amp;nbsp;&lt;/P&gt;&lt;P&gt;This really depend on how your environment looks like but here is a scenario with 3 nodes that would allow you to achieve the described outcome. Hope this will help you applying something similar in your environment.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Environment&lt;/STRONG&gt;:&lt;/P&gt;&lt;P&gt;QlikServer1: Central node - Act as a Qlik Sense Proxy&lt;/P&gt;&lt;P&gt;QlikServer2: Rim node - Act as a Qlik Sense Engine and configured as &lt;STRONG&gt;DEV Purpose&lt;/STRONG&gt; in the QMC&lt;/P&gt;&lt;P&gt;QlikServer3: Rim node - Act as a Qlik Sense Engine and configured as &lt;STRONG&gt;PROD Purpose&lt;/STRONG&gt; in the QMC&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Configuration&lt;/STRONG&gt;:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;VirtualProxy1 with prefix "dev" is configured to load balance to QlikServer2&lt;/LI&gt;&lt;LI&gt;VirtualProxy2 with prefix "prod" is configured to load balance to QlikServer3&lt;/LI&gt;&lt;LI&gt;LoadBalancing rule&amp;nbsp;ResourcesOnNonCentralNodes is disabled&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Now you will need to created two addition LoadBalancing rule&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Load Balancing Rule 1 (for dev):&lt;UL&gt;&lt;LI&gt;Resource filter: App_*&lt;/LI&gt;&lt;LI&gt;Conditions:&amp;nbsp;((node.nodePurpose="Development"))&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;Load Balancing Rule 2 (for prod)&lt;UL&gt;&lt;LI&gt;Resource filter: App_*&lt;/LI&gt;&lt;LI&gt;Conditions: ((node.nodePurpose="Production" and !resource.stream.Empty()))&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;With this scenario, "My work" will not appear when pointing to the prod virtual proxy and no unpublished application will be available on the prod engine.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 26 May 2021 06:32:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Security-on-Load-Data-Dev-and-Prod-on-same-cluster/m-p/1810580#M19530</guid>
      <dc:creator>Bastien_Laugiero</dc:creator>
      <dc:date>2021-05-26T06:32:12Z</dc:date>
    </item>
    <item>
      <title>Re: Security on Load Data- Dev and Prod on same cluster</title>
      <link>https://community.qlik.com/t5/Management-Governance/Security-on-Load-Data-Dev-and-Prod-on-same-cluster/m-p/1810735#M19533</link>
      <description>&lt;P&gt;Thanks Bastien. Really appreciate it. I will try it out.&lt;/P&gt;&lt;P&gt;I have attached my environment here. Based upon my environment, do you suggest any changes from what you have outlined above?&lt;/P&gt;&lt;P&gt;I would like to have this same security implemented for root admin as well.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 26 May 2021 13:29:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Security-on-Load-Data-Dev-and-Prod-on-same-cluster/m-p/1810735#M19533</guid>
      <dc:creator>jpjust</dc:creator>
      <dc:date>2021-05-26T13:29:38Z</dc:date>
    </item>
    <item>
      <title>Re: Security on Load Data- Dev and Prod on same cluster</title>
      <link>https://community.qlik.com/t5/Management-Governance/Security-on-Load-Data-Dev-and-Prod-on-same-cluster/m-p/1810766#M19535</link>
      <description>&lt;P&gt;It is difficult to say only based on this screenshot.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The one tip that I can give you is to not use the Central node engine in the Production Virtual Proxy (In the load balancing section)&lt;/P&gt;&lt;P&gt;The central node has the particularity to have access to every app and there is nothing that can be configured to prevent that.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Finally the scenario I have presented will also apply to root admin yes.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 26 May 2021 14:10:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Security-on-Load-Data-Dev-and-Prod-on-same-cluster/m-p/1810766#M19535</guid>
      <dc:creator>Bastien_Laugiero</dc:creator>
      <dc:date>2021-05-26T14:10:32Z</dc:date>
    </item>
    <item>
      <title>Re: Security on Load Data- Dev and Prod on same cluster</title>
      <link>https://community.qlik.com/t5/Management-Governance/Security-on-Load-Data-Dev-and-Prod-on-same-cluster/m-p/1810776#M19536</link>
      <description>&lt;P&gt;Ok Thanks Bastien. I will give it a go.&lt;/P&gt;</description>
      <pubDate>Wed, 26 May 2021 14:19:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Security-on-Load-Data-Dev-and-Prod-on-same-cluster/m-p/1810776#M19536</guid>
      <dc:creator>jpjust</dc:creator>
      <dc:date>2021-05-26T14:19:13Z</dc:date>
    </item>
    <item>
      <title>Re: Security on Load Data- Dev and Prod on same cluster</title>
      <link>https://community.qlik.com/t5/Management-Governance/Security-on-Load-Data-Dev-and-Prod-on-same-cluster/m-p/1810779#M19537</link>
      <description>&lt;P&gt;Let us know how it goes and if you need additional help along the way.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 26 May 2021 14:22:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Security-on-Load-Data-Dev-and-Prod-on-same-cluster/m-p/1810779#M19537</guid>
      <dc:creator>Bastien_Laugiero</dc:creator>
      <dc:date>2021-05-26T14:22:18Z</dc:date>
    </item>
    <item>
      <title>Re: Security on Load Data- Dev and Prod on same cluster</title>
      <link>https://community.qlik.com/t5/Management-Governance/Security-on-Load-Data-Dev-and-Prod-on-same-cluster/m-p/1814578#M19647</link>
      <description>&lt;P&gt;Hi Bastien - I implemented that rule. Then all the apps from Dev stream (Logged to dev url ) vanished including tre apps on my work folder.&lt;/P&gt;&lt;P&gt;No change in Prod url, every stream and the apps are visible including my work folder.&lt;/P&gt;&lt;P&gt;If you need any information from my environment, please let me know.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Jun 2021 17:17:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Security-on-Load-Data-Dev-and-Prod-on-same-cluster/m-p/1814578#M19647</guid>
      <dc:creator>jpjust</dc:creator>
      <dc:date>2021-06-11T17:17:20Z</dc:date>
    </item>
  </channel>
</rss>

