<?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 Ranger policies not getting applied on groups in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Ranger-policies-not-getting-applied-on-groups/m-p/375446#M242454</link>
    <description>&lt;P&gt;Hi Everyone,&amp;nbsp;&lt;BR /&gt;I have Ranger 2.4 installed.&amp;nbsp;&lt;BR /&gt;On the ranger ui, when I give a allow policy to my user, the policy is getting applied and my user is able to see the desired table. But when I give the same policy to a whole group instead of a single user, the users in that group are not able to see the desired table.&lt;BR /&gt;Any idea how can I resolve this?&lt;/P&gt;</description>
    <pubDate>Mon, 21 Aug 2023 12:43:58 GMT</pubDate>
    <dc:creator>kothari</dc:creator>
    <dc:date>2023-08-21T12:43:58Z</dc:date>
    <item>
      <title>Ranger policies not getting applied on groups</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Ranger-policies-not-getting-applied-on-groups/m-p/375446#M242454</link>
      <description>&lt;P&gt;Hi Everyone,&amp;nbsp;&lt;BR /&gt;I have Ranger 2.4 installed.&amp;nbsp;&lt;BR /&gt;On the ranger ui, when I give a allow policy to my user, the policy is getting applied and my user is able to see the desired table. But when I give the same policy to a whole group instead of a single user, the users in that group are not able to see the desired table.&lt;BR /&gt;Any idea how can I resolve this?&lt;/P&gt;</description>
      <pubDate>Mon, 21 Aug 2023 12:43:58 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Ranger-policies-not-getting-applied-on-groups/m-p/375446#M242454</guid>
      <dc:creator>kothari</dc:creator>
      <dc:date>2023-08-21T12:43:58Z</dc:date>
    </item>
    <item>
      <title>Re: Ranger policies not getting applied on groups</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Ranger-policies-not-getting-applied-on-groups/m-p/375449#M242457</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/106605"&gt;@kothari&lt;/a&gt;&amp;nbsp; &amp;nbsp;here is a very good match with several comments w/ things you should check.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.cloudera.com/t5/Support-Questions/Ranger-group-policy-not-being-applied-to-the-users-with-in/td-p/95972" target="_blank"&gt;https://community.cloudera.com/t5/Support-Questions/Ranger-group-policy-not-being-applied-to-the-users-with-in/td-p/95972&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;To summarize:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Make sure user is in the AD group.&lt;/LI&gt;&lt;LI&gt;Make sure users and groups synced.&lt;/LI&gt;&lt;LI&gt;Check case sensitivity&lt;/LI&gt;&lt;LI&gt;Confirm ranger policies are correct.&lt;/LI&gt;&lt;/OL&gt;</description>
      <pubDate>Mon, 21 Aug 2023 14:00:02 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Ranger-policies-not-getting-applied-on-groups/m-p/375449#M242457</guid>
      <dc:creator>steven-matison</dc:creator>
      <dc:date>2023-08-21T14:00:02Z</dc:date>
    </item>
    <item>
      <title>Re: Ranger policies not getting applied on groups</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Ranger-policies-not-getting-applied-on-groups/m-p/375591#M242534</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/106605"&gt;@kothari&lt;/a&gt;&amp;nbsp;Has the reply helped resolve your issue? If so, please mark the appropriate reply as the solution, as it will make it easier for others to find the answer in the future. Thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 24 Aug 2023 17:53:32 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Ranger-policies-not-getting-applied-on-groups/m-p/375591#M242534</guid>
      <dc:creator>DianaTorres</dc:creator>
      <dc:date>2023-08-24T17:53:32Z</dc:date>
    </item>
    <item>
      <title>Re: Ranger policies not getting applied on groups</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Ranger-policies-not-getting-applied-on-groups/m-p/375592#M242535</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/106605"&gt;@kothari&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;It is not Ranger's job to inform the client applications using Ranger what users belong to what group.&amp;nbsp; Each client application is responsible for determining which groups the user authenticated into that service belong to.&lt;BR /&gt;&lt;BR /&gt;The policies generated by Ranger are downloaded by the client applications.&amp;nbsp; Within that downloaded policy json will be a resource identifier(s), list if user identities authorized (read, write, and/or delete) , and list of group identities authorized (read, write, or delete) against each resource identifier.&amp;nbsp; So when client checks the downloaded policies from Ranger it is looking for the user identity being authorized and if client is aware of the group(s) that user belongs to, will also check authorization for that group identity.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;so in your case, it i s most likely that your client service/application has not been configured with the same user and group association setup in your Ranger service.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="batang,apple gothic"&gt;If you found that the provided solution(s) assisted you with your query, please take a moment to login and click&lt;/FONT&gt;&amp;nbsp;&lt;FONT face="arial black,avant garde" color="#FF0000"&gt;Accept as Solution&amp;nbsp;&lt;/FONT&gt;&lt;FONT face="batang,apple gothic" color="#000000"&gt;below each response that helped.&lt;BR /&gt;&lt;BR /&gt;Thank you,&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="batang,apple gothic" color="#000000"&gt;Matt&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Aug 2023 19:31:34 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Ranger-policies-not-getting-applied-on-groups/m-p/375592#M242535</guid>
      <dc:creator>MattWho</dc:creator>
      <dc:date>2023-08-24T19:31:34Z</dc:date>
    </item>
  </channel>
</rss>

