<?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 Dynatrace IAM: Limit Access to Dashboard App Only in Dashboarding</title>
    <link>https://community.dynatrace.com/t5/Dashboarding/Dynatrace-IAM-Limit-Access-to-Dashboard-App-Only/m-p/278268#M5118</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I’m new to Dynatrace and currently exploring Dynatrace IAM. I’d like to know if it’s possible to create a policy that allows a specific group to access only the Dashboard app and view dashboards, without any permissions to perform other actions.&lt;/P&gt;
&lt;P&gt;I tried creating a policy with the permissions shown in the attached image (excluding permissions that involve more than read/view), but that led users to not even have access to the environment. To resolve that, I added the permission 'ALLOW environment:roles:viewer', but that ended up giving the users more than just read/view-only access.&lt;/P&gt;
&lt;P&gt;How can I achieve the desired read-only access to dashboards without granting broader permissions?&lt;BR /&gt;Your help would be greatly appreciated!&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Irdina_0-1748502715485.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/28262iF00BB2FE7104D6A4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Irdina_0-1748502715485.png" alt="Irdina_0-1748502715485.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Thank you!&lt;/P&gt;</description>
    <pubDate>Fri, 30 May 2025 07:50:10 GMT</pubDate>
    <dc:creator>Irdina</dc:creator>
    <dc:date>2025-05-30T07:50:10Z</dc:date>
    <item>
      <title>Dynatrace IAM: Limit Access to Dashboard App Only</title>
      <link>https://community.dynatrace.com/t5/Dashboarding/Dynatrace-IAM-Limit-Access-to-Dashboard-App-Only/m-p/278268#M5118</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I’m new to Dynatrace and currently exploring Dynatrace IAM. I’d like to know if it’s possible to create a policy that allows a specific group to access only the Dashboard app and view dashboards, without any permissions to perform other actions.&lt;/P&gt;
&lt;P&gt;I tried creating a policy with the permissions shown in the attached image (excluding permissions that involve more than read/view), but that led users to not even have access to the environment. To resolve that, I added the permission 'ALLOW environment:roles:viewer', but that ended up giving the users more than just read/view-only access.&lt;/P&gt;
&lt;P&gt;How can I achieve the desired read-only access to dashboards without granting broader permissions?&lt;BR /&gt;Your help would be greatly appreciated!&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Irdina_0-1748502715485.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/28262iF00BB2FE7104D6A4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Irdina_0-1748502715485.png" alt="Irdina_0-1748502715485.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Fri, 30 May 2025 07:50:10 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dashboarding/Dynatrace-IAM-Limit-Access-to-Dashboard-App-Only/m-p/278268#M5118</guid>
      <dc:creator>Irdina</dc:creator>
      <dc:date>2025-05-30T07:50:10Z</dc:date>
    </item>
    <item>
      <title>Re: Dynatrace IAM: Limit Access to Dashboard App Only</title>
      <link>https://community.dynatrace.com/t5/Dashboarding/Dynatrace-IAM-Limit-Access-to-Dashboard-App-Only/m-p/278642#M5127</link>
      <description>&lt;P&gt;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/88823"&gt;@Irdina&lt;/a&gt;&amp;nbsp;You can add additional restrictions by locking down by&amp;nbsp;&lt;SPAN&gt;app-id for dashboards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.dynatrace.com/docs/shortlink/iam-policystatements#app-engine-apps-run" target="_blank"&gt;https://docs.dynatrace.com/docs/shortlink/iam-policystatements#app-engine-apps-run&lt;/A&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;ALLOW app-engine:apps:run WHERE shared:app-id = "dynatrace.dashboards";&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2025 07:07:05 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dashboarding/Dynatrace-IAM-Limit-Access-to-Dashboard-App-Only/m-p/278642#M5127</guid>
      <dc:creator>p_devulapalli</dc:creator>
      <dc:date>2025-06-04T07:07:05Z</dc:date>
    </item>
    <item>
      <title>Re: Dynatrace IAM: Limit Access to Dashboard App Only</title>
      <link>https://community.dynatrace.com/t5/Dashboarding/Dynatrace-IAM-Limit-Access-to-Dashboard-App-Only/m-p/278645#M5128</link>
      <description>&lt;P&gt;Hye&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/21657"&gt;@p_devulapalli&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;BR /&gt;&lt;SPAN&gt;Thank you for your assistance. I tried your suggested solution and further refined access by replacing 'ALLOW environment:roles:viewer'&amp;nbsp;with 'ALLOW environment:roles:logviewer' to enhance restrictions. This adjustment worked as intended.&lt;span class="lia-unicode-emoji" title=":folded_hands:"&gt;🙏&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2025 07:37:24 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dashboarding/Dynatrace-IAM-Limit-Access-to-Dashboard-App-Only/m-p/278645#M5128</guid>
      <dc:creator>Irdina</dc:creator>
      <dc:date>2025-06-04T07:37:24Z</dc:date>
    </item>
  </channel>
</rss>

