Created
January 12, 2023 18:30
-
-
Save kuckmc01/e1a05ac4179289c98cb6d0d402f52973 to your computer and use it in GitHub Desktop.
Example set permissions for AEM Dam Asset Reports using Repo Init
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
create group dam-reports with path /home/groups/dam-reports | |
set ACL for dam-reports | |
allow jcr:read on /libs/dam/gui/content/reports | |
allow jcr:read on /libs/dam/gui/content/nav/tools/assets/assetreports | |
allow jcr:read on /var/dam | |
allow jcr:read,rep:write,jcr:removeChildNodes on /var/dam/reports | |
allow jcr:read on /libs/dam/gui/content/reports/generatereport | |
allow jcr:read on /libs/cq/core/content/nav/tools/assets | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment