<?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: AEM as a cloud - ACL Permissions Deployment in Adobe Experience Manager Questions</title>
    <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/aem-as-a-cloud-acl-permissions-deployment/m-p/449920#M128924</link>
    <description>&lt;P&gt;Hi &lt;LI-USER uid="17388606"&gt;&lt;/LI-USER&gt;!&lt;/P&gt;&lt;P&gt;It's a bit hard to give advice without additional background and being able to analyze the issue.&lt;/P&gt;&lt;P&gt;My suggestion would be:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Have you checked the &lt;A href="http://localhost:4502/mnt/overlay/netcentric/actool/content/overview.html/actool" target="_self"&gt;AC Tools UI&lt;/A&gt; to see if your YML definition files are actually picked up and if there is any additional information?&lt;/LI&gt;&lt;LI&gt;Are your AC definitions covering immutable/read-only areas in the repository? In that case, you might have to convert them to &lt;A href="https://sling.apache.org/documentation/bundles/repository-initialization.html" target="_self"&gt;RepoInit&lt;/A&gt; statements (see &lt;A href="https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/netcentric-ac-tool-giving-error-on-aemaacs-exception-in/m-p/437989" target="_self"&gt;this thread&lt;/A&gt;).&lt;/LI&gt;&lt;LI&gt;You are mentioning the module structure of your project. Maybe the installation order of your modules leads to AC definitions not being picked up because they are installed before the AC Tool is installed/functional on the instance?&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope that helps!&lt;/P&gt;</description>
    <pubDate>Wed, 27 Apr 2022 08:51:49 GMT</pubDate>
    <dc:creator>markus_bulla_adobe</dc:creator>
    <dc:date>2022-04-27T08:51:49Z</dc:date>
    <item>
      <title>AEM as a cloud - ACL Permissions Deployment</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/aem-as-a-cloud-acl-permissions-deployment/m-p/410670#M2188</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are using AEM as a cloud service and wanted to know the best practices for migrating user permissions to higher AEM environments i.e. QA, Stage, Prod. I am aware about&amp;nbsp;&amp;nbsp;ACS commons ACL packager but we will mostly likely not have permissions to deploy packages on the higher environments. Can you suggest some possible solutions?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, can we deploy these permissions as part of code deployment?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Manpreet&lt;/P&gt;</description>
      <pubDate>Tue, 01 Jun 2021 18:00:35 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/aem-as-a-cloud-acl-permissions-deployment/m-p/410670#M2188</guid>
      <dc:creator>Manpreetkaur908</dc:creator>
      <dc:date>2021-06-01T18:00:35Z</dc:date>
    </item>
    <item>
      <title>Re: AEM as a cloud - ACL Permissions Deployment</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/aem-as-a-cloud-acl-permissions-deployment/m-p/410764#M2189</link>
      <description>&lt;P&gt;Hi &lt;LI-USER uid="17430513"&gt;&lt;/LI-USER&gt;!&lt;/P&gt;&lt;P&gt;Please have a look at &lt;A href="https://github.com/Netcentric/accesscontroltool" target="_self"&gt;Netcentrics ACL Tool&lt;/A&gt; [1]. With that approach, you can define your permission setup in YAML syntax and deploy it consistently across your environments along with your code deployments. It is a general recommendation I make to all my customers in all my projects. Also it is Cloud Service compatible.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Quoting from the GitHub readme:&lt;/P&gt;&lt;P&gt;&lt;FONT face="times new roman,times" color="#0000FF"&gt;The Access Control Tool for Adobe Experience Manager (AC Tool) simplifies the specification and deployment of complex &lt;A href="http://docs.adobe.com/docs/en/cq/current/administering/security.html#Access%20Control%20Lists%20and%20how%20they%20are%20evaluated" rel="nofollow" target="_blank"&gt;Access Control Lists in AEM&lt;/A&gt;. Instead of existing solutions that build e.g. a content package with actual ACL nodes you can write simple configuration files and deploy them with your content packages. See &lt;A href="https://github.com/Netcentric/accesscontroltool/blob/develop/docs/Comparison.md" target="_blank"&gt;Comparison to other approches&lt;/A&gt; for a comprehensive overview.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="times new roman,times" color="#0000FF"&gt;Features:&lt;/FONT&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;FONT face="times new roman,times" color="#0000FF"&gt;easy-to-read Yaml configuration file format&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;&lt;FONT face="times new roman,times" color="#0000FF"&gt;run mode support&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;&lt;FONT face="times new roman,times" color="#0000FF"&gt;automatic installation with install hook&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;&lt;FONT face="times new roman,times" color="#0000FF"&gt;cleans obsolete ACL entries when configuration is changed&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;&lt;FONT face="times new roman,times" color="#0000FF"&gt;ACLs can be exported&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;&lt;FONT face="times new roman,times" color="#0000FF"&gt;stores history of changes&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;&lt;FONT face="times new roman,times" color="#0000FF"&gt;ensured order of ACLs&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;&lt;FONT face="times new roman,times" color="#0000FF"&gt;built-in expression language to reduce rule duplication&lt;/FONT&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Hope that helps!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;[1] &lt;A href="https://github.com/Netcentric/accesscontroltool" target="_blank"&gt;https://github.com/Netcentric/accesscontroltool&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Jun 2021 08:26:48 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/aem-as-a-cloud-acl-permissions-deployment/m-p/410764#M2189</guid>
      <dc:creator>markus_bulla_adobe</dc:creator>
      <dc:date>2021-06-02T08:26:48Z</dc:date>
    </item>
    <item>
      <title>Re: AEM as a cloud - ACL Permissions Deployment</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/aem-as-a-cloud-acl-permissions-deployment/m-p/449866#M128897</link>
      <description>&lt;P&gt;hi Markus, i have an issue where if my acl is in a separate module, on the cloud manager it doesnt install my acl module it did install the acl tool&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i inspect the build logs doesnt seem to show any error&lt;/P&gt;&lt;P&gt;on my local aem sdk it works fine, as in it deployes ui apps, ui content and also the acl module&lt;/P&gt;</description>
      <pubDate>Tue, 26 Apr 2022 23:01:58 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/aem-as-a-cloud-acl-permissions-deployment/m-p/449866#M128897</guid>
      <dc:creator>icegoffy</dc:creator>
      <dc:date>2022-04-26T23:01:58Z</dc:date>
    </item>
    <item>
      <title>Re: AEM as a cloud - ACL Permissions Deployment</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/aem-as-a-cloud-acl-permissions-deployment/m-p/449920#M128924</link>
      <description>&lt;P&gt;Hi &lt;LI-USER uid="17388606"&gt;&lt;/LI-USER&gt;!&lt;/P&gt;&lt;P&gt;It's a bit hard to give advice without additional background and being able to analyze the issue.&lt;/P&gt;&lt;P&gt;My suggestion would be:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Have you checked the &lt;A href="http://localhost:4502/mnt/overlay/netcentric/actool/content/overview.html/actool" target="_self"&gt;AC Tools UI&lt;/A&gt; to see if your YML definition files are actually picked up and if there is any additional information?&lt;/LI&gt;&lt;LI&gt;Are your AC definitions covering immutable/read-only areas in the repository? In that case, you might have to convert them to &lt;A href="https://sling.apache.org/documentation/bundles/repository-initialization.html" target="_self"&gt;RepoInit&lt;/A&gt; statements (see &lt;A href="https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/netcentric-ac-tool-giving-error-on-aemaacs-exception-in/m-p/437989" target="_self"&gt;this thread&lt;/A&gt;).&lt;/LI&gt;&lt;LI&gt;You are mentioning the module structure of your project. Maybe the installation order of your modules leads to AC definitions not being picked up because they are installed before the AC Tool is installed/functional on the instance?&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope that helps!&lt;/P&gt;</description>
      <pubDate>Wed, 27 Apr 2022 08:51:49 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/aem-as-a-cloud-acl-permissions-deployment/m-p/449920#M128924</guid>
      <dc:creator>markus_bulla_adobe</dc:creator>
      <dc:date>2022-04-27T08:51:49Z</dc:date>
    </item>
    <item>
      <title>Re: AEM as a cloud - ACL Permissions Deployment</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/aem-as-a-cloud-acl-permissions-deployment/m-p/451137#M129308</link>
      <description>&lt;P&gt;i got it working now, it was due to my permissions module be set to cloudManagerTarget as none, which results in the permission module not being deployed!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 09 May 2022 05:19:48 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/aem-as-a-cloud-acl-permissions-deployment/m-p/451137#M129308</guid>
      <dc:creator>dfdg</dc:creator>
      <dc:date>2022-05-09T05:19:48Z</dc:date>
    </item>
  </channel>
</rss>

