<?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 Policy to only allow user to configure service settings in Open Q&amp;A</title>
    <link>https://community.dynatrace.com/t5/Open-Q-A/Policy-to-only-allow-user-to-configure-service-settings/m-p/264290#M34905</link>
    <description>&lt;P&gt;I want to allow the users to modify settings (such as anomaly configuration) on a single service/entity level, without granting them the global settings on environment or cluster level for all services as global configuration.&lt;/P&gt;
&lt;P&gt;I first tried the following:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;ALLOW settings:objects:read, settings:objects:write
WHERE settings:scope startsWith 'SERVICE-';&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The above policy statement does not seem to work as they do not see the setting option on the service/entity.&lt;/P&gt;
&lt;P&gt;Then I tried the following:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;ALLOW settings:objects:read, settings:objects:write
WHERE settings:schemaId = "builtin:anomaly-detection.services”;&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The above policy statement does work on the service/entity level, but at the same time they also see the global environment settings option which I do not want.&lt;/P&gt;
&lt;P&gt;How can I have a policy statement that allow the user to only modify the settings on service and entity level, but not globally? Thanks in advance!&lt;/P&gt;</description>
    <pubDate>Wed, 04 Dec 2024 07:28:08 GMT</pubDate>
    <dc:creator>Chen</dc:creator>
    <dc:date>2024-12-04T07:28:08Z</dc:date>
    <item>
      <title>Policy to only allow user to configure service settings</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Policy-to-only-allow-user-to-configure-service-settings/m-p/264290#M34905</link>
      <description>&lt;P&gt;I want to allow the users to modify settings (such as anomaly configuration) on a single service/entity level, without granting them the global settings on environment or cluster level for all services as global configuration.&lt;/P&gt;
&lt;P&gt;I first tried the following:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;ALLOW settings:objects:read, settings:objects:write
WHERE settings:scope startsWith 'SERVICE-';&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The above policy statement does not seem to work as they do not see the setting option on the service/entity.&lt;/P&gt;
&lt;P&gt;Then I tried the following:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;ALLOW settings:objects:read, settings:objects:write
WHERE settings:schemaId = "builtin:anomaly-detection.services”;&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The above policy statement does work on the service/entity level, but at the same time they also see the global environment settings option which I do not want.&lt;/P&gt;
&lt;P&gt;How can I have a policy statement that allow the user to only modify the settings on service and entity level, but not globally? Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Wed, 04 Dec 2024 07:28:08 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Policy-to-only-allow-user-to-configure-service-settings/m-p/264290#M34905</guid>
      <dc:creator>Chen</dc:creator>
      <dc:date>2024-12-04T07:28:08Z</dc:date>
    </item>
    <item>
      <title>Re: Policy to only allow user to configure service settings</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Policy-to-only-allow-user-to-configure-service-settings/m-p/264432#M34916</link>
      <description>&lt;P&gt;Hi, for this you may have to append management zone with this. Please try&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://docs.dynatrace.com/docs/shortlink/iam-policystatements#settings-objects-write" target="_blank" rel="noopener"&gt;https://docs.dynatrace.com/docs/shortlink/iam-policystatements#settings-objects-write&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://docs.dynatrace.com/docs/shortlink/iam-policy-boundaries#expressing-management-zones-inside-of-policy-boundaries" target="_blank" rel="noopener"&gt;https://docs.dynatrace.com/docs/shortlink/iam-policy-boundaries#expressing-management-zones-inside-of-policy-boundaries&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;UL class=""&gt;&lt;LI&gt;environment:management-zone&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;-&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;The name of a management zone. This condition is applicable to either: any settings object that is allowed on the scope of an entity that can be matched into a management zone or settings objects of the schemas builtin:alerting.maintenance-window, builtin:alerting.profile, builtin:anomaly-detection.metric-events, builtin:monitoring.slo and builtin:problem.notifications.&lt;BR /&gt;&lt;SPAN&gt;operators:&amp;nbsp;IN&amp;nbsp;,=&amp;nbsp;,startsWith&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Thu, 05 Dec 2024 01:21:55 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Policy-to-only-allow-user-to-configure-service-settings/m-p/264432#M34916</guid>
      <dc:creator>RohitBisht</dc:creator>
      <dc:date>2024-12-05T01:21:55Z</dc:date>
    </item>
    <item>
      <title>Re: Policy to only allow user to configure service settings</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Policy-to-only-allow-user-to-configure-service-settings/m-p/264795#M34977</link>
      <description>&lt;P&gt;Lovely, it worked perfectly after implementing the management-zone. Thanks a lot!&lt;/P&gt;</description>
      <pubDate>Mon, 09 Dec 2024 16:29:52 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Policy-to-only-allow-user-to-configure-service-settings/m-p/264795#M34977</guid>
      <dc:creator>Chen</dc:creator>
      <dc:date>2024-12-09T16:29:52Z</dc:date>
    </item>
  </channel>
</rss>

