<?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 Help in identifying the capabilities for REST search to fetch User/Role/App details in Security</title>
    <link>https://community.splunk.com/t5/Security/Help-in-identifying-the-capabilities-for-REST-search-to-fetch/m-p/451888#M10566</link>
    <description>&lt;P&gt;Hi all,&lt;BR /&gt;
I have the below rest searches to fetch the User, Role and Application details, respectively.&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;| rest /services/authentication/users&lt;/LI&gt;
&lt;LI&gt;| rest /services/authorization/roles&lt;/LI&gt;
&lt;LI&gt;| rest /services/apps/local&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;However, am not able to define the exact read only capabilities for my role to assign, so I can run these searches to get the results.&lt;/P&gt;

&lt;P&gt;Below are the capabilities I investigated:&lt;BR /&gt;
edit_roles&lt;BR /&gt;
edit_user&lt;BR /&gt;
rest_properties_get&lt;BR /&gt;
search&lt;/P&gt;

&lt;P&gt;However, am not getting the entire application list as compared to Admin role. Also the edit_roles and edit_user are giving write permission and am looking for read permission only.&lt;/P&gt;

&lt;P&gt;Please help.&lt;/P&gt;</description>
    <pubDate>Wed, 30 Sep 2020 00:28:33 GMT</pubDate>
    <dc:creator>harshal_chakran</dc:creator>
    <dc:date>2020-09-30T00:28:33Z</dc:date>
    <item>
      <title>Help in identifying the capabilities for REST search to fetch User/Role/App details</title>
      <link>https://community.splunk.com/t5/Security/Help-in-identifying-the-capabilities-for-REST-search-to-fetch/m-p/451888#M10566</link>
      <description>&lt;P&gt;Hi all,&lt;BR /&gt;
I have the below rest searches to fetch the User, Role and Application details, respectively.&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;| rest /services/authentication/users&lt;/LI&gt;
&lt;LI&gt;| rest /services/authorization/roles&lt;/LI&gt;
&lt;LI&gt;| rest /services/apps/local&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;However, am not able to define the exact read only capabilities for my role to assign, so I can run these searches to get the results.&lt;/P&gt;

&lt;P&gt;Below are the capabilities I investigated:&lt;BR /&gt;
edit_roles&lt;BR /&gt;
edit_user&lt;BR /&gt;
rest_properties_get&lt;BR /&gt;
search&lt;/P&gt;

&lt;P&gt;However, am not getting the entire application list as compared to Admin role. Also the edit_roles and edit_user are giving write permission and am looking for read permission only.&lt;/P&gt;

&lt;P&gt;Please help.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 00:28:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Help-in-identifying-the-capabilities-for-REST-search-to-fetch/m-p/451888#M10566</guid>
      <dc:creator>harshal_chakran</dc:creator>
      <dc:date>2020-09-30T00:28:33Z</dc:date>
    </item>
    <item>
      <title>Re: Help in identifying the capabilities for REST search to fetch User/Role/App details</title>
      <link>https://community.splunk.com/t5/Security/Help-in-identifying-the-capabilities-for-REST-search-to-fetch/m-p/451889#M10567</link>
      <description>&lt;P&gt;Can you elaborate a little here?&lt;BR /&gt;
what is the problem you are trying to solve?&lt;BR /&gt;
What is the outcome / search output you are anticipating?&lt;/P&gt;</description>
      <pubDate>Tue, 14 May 2019 00:37:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Help-in-identifying-the-capabilities-for-REST-search-to-fetch/m-p/451889#M10567</guid>
      <dc:creator>adonio</dc:creator>
      <dc:date>2019-05-14T00:37:30Z</dc:date>
    </item>
    <item>
      <title>Re: Help in identifying the capabilities for REST search to fetch User/Role/App details</title>
      <link>https://community.splunk.com/t5/Security/Help-in-identifying-the-capabilities-for-REST-search-to-fetch/m-p/451890#M10568</link>
      <description>&lt;P&gt;Please check if the answer &lt;A href="https://answers.splunk.com/answers/745460/rest-call-in-subsearch.html"&gt;https://answers.splunk.com/answers/745460/rest-call-in-subsearch.html&lt;/A&gt;  helps you&lt;BR /&gt;
The original query is for indexes, but you can put the other REST endpoints change to see if it works.&lt;/P&gt;</description>
      <pubDate>Tue, 14 May 2019 09:57:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Help-in-identifying-the-capabilities-for-REST-search-to-fetch/m-p/451890#M10568</guid>
      <dc:creator>koshyk</dc:creator>
      <dc:date>2019-05-14T09:57:04Z</dc:date>
    </item>
    <item>
      <title>Re: Help in identifying the capabilities for REST search to fetch User/Role/App details</title>
      <link>https://community.splunk.com/t5/Security/Help-in-identifying-the-capabilities-for-REST-search-to-fetch/m-p/451891#M10569</link>
      <description>&lt;P&gt;I have a certain dashboard listing all Splunk users and what role-capabilities are assigned to them. For which I have used the above mentioned Rest API commands.&lt;/P&gt;

&lt;P&gt;However the dashboard users are not able to see the results as they don't below capabilities.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;edit_roles
edit_user
rest_properties_get
search
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;If I assign these capabilities to them, then they can delete/update the user-role information from GUI settings, which I don't want.&lt;/P&gt;</description>
      <pubDate>Tue, 14 May 2019 15:14:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Help-in-identifying-the-capabilities-for-REST-search-to-fetch/m-p/451891#M10569</guid>
      <dc:creator>harshal_chakran</dc:creator>
      <dc:date>2019-05-14T15:14:24Z</dc:date>
    </item>
  </channel>
</rss>

