<?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: Role based access control for developers to only view the dashboards in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Role-based-access-control-for-developers-to-only-view-the/m-p/705924#M57827</link>
    <description>&lt;LI-CODE lang="markup"&gt;| rest splunk_server=local /services/authorization/roles
| rename title as role
| table role capabilities imported_capabilities imported_roles&lt;/LI-CODE&gt;&lt;P&gt;Sorry to belabor this point but I'm not certain you have answered my question.&amp;nbsp; Does the role import another role which has the setting?&amp;nbsp; The above REST call on the Search Head the user is assigned will tell you the exact information.&lt;/P&gt;&lt;P&gt;If you have already checked and no stray imports are occurring then my apologies for keeping after this point.&amp;nbsp; I've reviewed the documentation on capabilities and just can't find anything that would explain the user behavior.&lt;/P&gt;</description>
    <pubDate>Wed, 04 Dec 2024 12:43:24 GMT</pubDate>
    <dc:creator>dural_yyz</dc:creator>
    <dc:date>2024-12-04T12:43:24Z</dc:date>
    <item>
      <title>Role based access control for developers to only view the dashboards</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Role-based-access-control-for-developers-to-only-view-the/m-p/705782#M57820</link>
      <description>&lt;P&gt;Im trying to create a role for a developer in our organization where the developer is only allowed to view the dashboard which is created by the admin or the person who has edit_own_objects capablity attached to his role....&lt;BR /&gt;&lt;BR /&gt;when I created a role for developer which has the below capablities attached to its role:&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;capabilities &lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt; &lt;SPAN&gt;[&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;"search"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;"list_all_objects"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;"rest_properties_get"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;"embed_report"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;SPAN&gt;]&lt;BR /&gt;&lt;BR /&gt;Now when I login as a developer and when I try viewing the dashboards its visible and its in read mode only but the developer can create new dashboards also which shouldnt be allowed.&lt;BR /&gt;&lt;BR /&gt;How can i restrict developer from creating a new dashboard?&lt;BR /&gt;&lt;BR /&gt;And also automatically the below capablities gets added to the role along with the ones which ive specified above:&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;P&gt;run_collect&lt;/P&gt;&lt;P&gt;run_mcollect&lt;/P&gt;&lt;P&gt;schedule_rtsearch&lt;/P&gt;&lt;P&gt;edit_own_objects&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Ive also given read access in the specific dashboard permissions setting for the developers role only..&lt;/P&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 03 Dec 2024 07:42:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Role-based-access-control-for-developers-to-only-view-the/m-p/705782#M57820</guid>
      <dc:creator>shreerajShetty</dc:creator>
      <dc:date>2024-12-03T07:42:40Z</dc:date>
    </item>
    <item>
      <title>Re: Role based access control for developers to only view the dashboards</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Role-based-access-control-for-developers-to-only-view-the/m-p/705839#M57824</link>
      <description>&lt;P&gt;Check what roles are inherited like "user" which would carry up the ability to create a dashboard.&amp;nbsp; Please check which version you have, I believe in version 9.3.x you should look for this.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[capability::edit_view_html]
* Lets a user create, edit, or otherwise modify HTML-based views.&lt;/LI-CODE&gt;&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/Splunk/9.3.0/Admin/authorizeconf" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/9.3.0/Admin/authorizeconf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Dec 2024 15:19:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Role-based-access-control-for-developers-to-only-view-the/m-p/705839#M57824</guid>
      <dc:creator>dural_yyz</dc:creator>
      <dc:date>2024-12-03T15:19:10Z</dc:date>
    </item>
    <item>
      <title>Re: Role based access control for developers to only view the dashboards</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Role-based-access-control-for-developers-to-only-view-the/m-p/705906#M57825</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/194981"&gt;@dural_yyz&lt;/a&gt;..&lt;BR /&gt;But my user has a role which doesnt have the edit_view_html capablity. But still he's able to create dashboard.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Dec 2024 09:01:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Role-based-access-control-for-developers-to-only-view-the/m-p/705906#M57825</guid>
      <dc:creator>shreerajShetty</dc:creator>
      <dc:date>2024-12-04T09:01:54Z</dc:date>
    </item>
    <item>
      <title>Re: Role based access control for developers to only view the dashboards</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Role-based-access-control-for-developers-to-only-view-the/m-p/705924#M57827</link>
      <description>&lt;LI-CODE lang="markup"&gt;| rest splunk_server=local /services/authorization/roles
| rename title as role
| table role capabilities imported_capabilities imported_roles&lt;/LI-CODE&gt;&lt;P&gt;Sorry to belabor this point but I'm not certain you have answered my question.&amp;nbsp; Does the role import another role which has the setting?&amp;nbsp; The above REST call on the Search Head the user is assigned will tell you the exact information.&lt;/P&gt;&lt;P&gt;If you have already checked and no stray imports are occurring then my apologies for keeping after this point.&amp;nbsp; I've reviewed the documentation on capabilities and just can't find anything that would explain the user behavior.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Dec 2024 12:43:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Role-based-access-control-for-developers-to-only-view-the/m-p/705924#M57827</guid>
      <dc:creator>dural_yyz</dc:creator>
      <dc:date>2024-12-04T12:43:24Z</dc:date>
    </item>
  </channel>
</rss>

