<?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: Ranger Auditor Role in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Ranger-Auditor-Role/m-p/412746#M253665</link>
    <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/133547"&gt;@adamn4&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. If you are still experiencing the issue, can you provide the information&amp;nbsp;@upadhyayk04&amp;nbsp;has requested? Thanks.&lt;/P&gt;</description>
    <pubDate>Fri, 24 Oct 2025 21:02:19 GMT</pubDate>
    <dc:creator>DianaTorres</dc:creator>
    <dc:date>2025-10-24T21:02:19Z</dc:date>
    <item>
      <title>Ranger Auditor Role</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Ranger-Auditor-Role/m-p/412657#M253596</link>
      <description>&lt;P&gt;In Ranger, if a user is both an admin and an auditor then the auditor role is chosen.&amp;nbsp; I would prefer that the highest privilege is chosen so the user should be an admin.&lt;BR /&gt;&lt;BR /&gt;Is there a way to make Ranger pick Admin over Auditor?&lt;/P&gt;</description>
      <pubDate>Mon, 13 Oct 2025 16:04:43 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Ranger-Auditor-Role/m-p/412657#M253596</guid>
      <dc:creator>adamn4</dc:creator>
      <dc:date>2025-10-13T16:04:43Z</dc:date>
    </item>
    <item>
      <title>Re: Ranger Auditor Role</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Ranger-Auditor-Role/m-p/412658#M253597</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/133547"&gt;@adamn4&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for reaching to the Cloudera community&lt;/P&gt;&lt;P&gt;How are you assigning roles to users? I would to understand why two roles to a user? I thing what you are observing a default behaviour i am not sure how to over ride that&lt;/P&gt;&lt;P&gt;Instead, you can use the following way&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.cloudera.com/cdp-private-cloud-base/7.3.1/security-ranger-user-management/topics/security-ranger-configure-adv-usersync-settings.html" target="_blank"&gt;https://docs.cloudera.com/cdp-private-cloud-base/7.3.1/security-ranger-user-management/topics/security-ranger-configure-adv-usersync-settings.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Oct 2025 16:23:07 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Ranger-Auditor-Role/m-p/412658#M253597</guid>
      <dc:creator>upadhyayk04</dc:creator>
      <dc:date>2025-10-13T16:23:07Z</dc:date>
    </item>
    <item>
      <title>Re: Ranger Auditor Role</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Ranger-Auditor-Role/m-p/412664#M253603</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/95611"&gt;@upadhyayk04&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;I'm assigning the roles through this -&lt;BR /&gt;&amp;lt;name&amp;gt;ranger.usersync.group.based.role.assignment.rules&amp;lt;/name&amp;gt;&lt;BR /&gt;&amp;lt;value&amp;gt;ROLE_SYS_ADMIN:g:ranger_admin_group&amp;amp;amp;ROLE_ADMIN_AUDITOR:g:ranger_support_group&amp;lt;/value&amp;gt;&lt;BR /&gt;&amp;lt;/property&amp;gt;&lt;/P&gt;&lt;P&gt;A user would be part of the ranger_support group day-to-day but when a change to a policy is required they would get added to the ranger_admin group but as it stands they they would then need to get themselves taken out of the support group in order to get the admin access to make the change and then added back in after.&lt;/P&gt;&lt;P&gt;Is this the expected behaviour?&lt;/P&gt;</description>
      <pubDate>Tue, 14 Oct 2025 11:25:25 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Ranger-Auditor-Role/m-p/412664#M253603</guid>
      <dc:creator>adamn4</dc:creator>
      <dc:date>2025-10-14T11:25:25Z</dc:date>
    </item>
    <item>
      <title>Re: Ranger Auditor Role</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Ranger-Auditor-Role/m-p/412692#M253627</link>
      <description>&lt;P&gt;Hello Adam,&lt;/P&gt;&lt;P&gt;Thank you for reaching back&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The ideal behaviour is below&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;A user can have only one role, and that role is determined by the last role assigned, depending in part on group membership.

For example, if the role assignment rules are configured as follows:

ROLE_SYS_ADMIN:u:User1, User2&amp;amp;ROLE_SYS_ADMIN:g:Group1, Group2&amp;amp;ROLE_AUDITOR:g:Group3, Group4&amp;amp;ROLE_USER:g:Group5

and if a user belongs to Group1 &amp;amp; Group5, then the role assigned to that user is ROLE_USER.

Similarly, if a user belongs to Group2 &amp;amp; Group3, then the role assigned to that user is ROLE_AUDITOR.

If the user does not belong to any of these groups (Group1, Group2, Group3, Group4, or Group5), then the default role assigned to the user is ROLE_USER.

If the user belongs to only Group1, then the role assigned to the user is ROLE_SYS_ADMIN.
&lt;/LI-CODE&gt;</description>
      <pubDate>Sun, 19 Oct 2025 04:09:52 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Ranger-Auditor-Role/m-p/412692#M253627</guid>
      <dc:creator>upadhyayk04</dc:creator>
      <dc:date>2025-10-19T04:09:52Z</dc:date>
    </item>
    <item>
      <title>Re: Ranger Auditor Role</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Ranger-Auditor-Role/m-p/412707#M253637</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/95611"&gt;@upadhyayk04&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;So that has worked on my 2.6.1 version but not on my 2.2.0 version.&lt;/P&gt;&lt;P&gt;Do you know why it would be different?&lt;/P&gt;</description>
      <pubDate>Mon, 20 Oct 2025 16:29:01 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Ranger-Auditor-Role/m-p/412707#M253637</guid>
      <dc:creator>adamn4</dc:creator>
      <dc:date>2025-10-20T16:29:01Z</dc:date>
    </item>
    <item>
      <title>Re: Ranger Auditor Role</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Ranger-Auditor-Role/m-p/412708#M253638</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/133547"&gt;@adamn4&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your response&lt;/P&gt;&lt;P&gt;May I know the current CDP version you are using?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also the example that I shared is from an official document and holds true for current CDP version 7.3.1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.cloudera.com/cdp-private-cloud-base/7.3.1/security-ranger-user-management/topics/security-ranger-configure-adv-usersync-settings.html" target="_blank"&gt;https://docs.cloudera.com/cdp-private-cloud-base/7.3.1/security-ranger-user-management/topics/security-ranger-configure-adv-usersync-settings.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Oct 2025 16:31:23 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Ranger-Auditor-Role/m-p/412708#M253638</guid>
      <dc:creator>upadhyayk04</dc:creator>
      <dc:date>2025-10-20T16:31:23Z</dc:date>
    </item>
    <item>
      <title>Re: Ranger Auditor Role</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Ranger-Auditor-Role/m-p/412746#M253665</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/133547"&gt;@adamn4&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. If you are still experiencing the issue, can you provide the information&amp;nbsp;@upadhyayk04&amp;nbsp;has requested? Thanks.&lt;/P&gt;</description>
      <pubDate>Fri, 24 Oct 2025 21:02:19 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Ranger-Auditor-Role/m-p/412746#M253665</guid>
      <dc:creator>DianaTorres</dc:creator>
      <dc:date>2025-10-24T21:02:19Z</dc:date>
    </item>
  </channel>
</rss>

