


We're migrating to aemaacs from AEM 6.5. We have a custom cloud configuration in place for datalayer. We followed this guide - https://experienceleague.adobe.com/docs/experience-manager-64/developing/extending-aem/extending-clo... in initial setup.
Is there any such guide for aemaacs? We're not able to get the existing config work for cloud publisher. While running repoinit script to set ACL for anonymous user we're facing PathNotFoundException for /etc/cloudservices/*.
Any help appreciated.
Thanks!
Views
Replies
Sign in to like this content
Total Likes
{ "scripts": [ "set ACL on /etc/cloudservices/aemdatalayer\n\tallow jcr:read for \"anonymous\"" ] }
This is under config.publish by name org.apache.sling.jcr.repoinit.RepositoryInitializer~<project-name>.cfg.json
The problem would be because the repo init statements mention mutable content in the documentation[0].
/apps and /libs are immutable at runtime and ACLs are stored under the respective nodes that need the permission in AEM.