ACL Permissions - Adobe recommendations clarifications
Hi All,
I’m currently working in AEM as a Cloud Service, and I'm in the process of creating author groups and assigning the appropriate permissions for my sites.
Group A – Read-only access
Group B – Write-only access
Group C – Full access
To achieve this, I am creating groups and assigning permissions as follows: I deny access globally using a rule like /content with deny and rep:glob="/*", then I explicitly grant read access to my specific site using /content/mysite with read permission. That is working fine.
However, I'm encountering an issue: when I try to access /content/dam, I'm getting permission errors.
Unfortunately, I haven't been able to configure it this way successfully. Could you please suggest how to achieve this setup? Specifically, I want to:
Restrict global access to /content/dam
Allow access only to /content/dam/mysite
Is this possible to configure in AEM cloud? Any suggestions would be appreciated.
Thanks