AEMaaCS Assets Report Access | Community
Skip to main content
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by yashp0808

@jagadeesh_prakash  we had to give read/write permissions to following nodes to provide required access -

 

/libs/dam/gui/content/reports

/libs/dam/gui/content/nav/tools/assets/assetreports

/libs/dam/gui/content/reports/generatereport

/var/dam/reports

 

Also, since we are using AEMaaCS, we had to assign permissions using repo init config for /libs. 

2 replies

Jagadeesh_Prakash
Community Advisor
Community Advisor
January 9, 2024

hi @yashp0808 

 

A custom “reports-administrator” group is created in order to give specific user groups permission to view and run reports.

The user group is given Read permissions to the following path:

/libs/dam/gui/content/reports/

The user group is given Read and Modify permissions to the follow path:

/libs/dam/content/reports/

 

You can refer to below post in community

 

https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/asset-report-permissions/m-p/196115

yashp0808
yashp0808Author
Level 3
January 9, 2024

Thank you @jagadeesh_prakash . I will try this. 

yashp0808
yashp0808AuthorAccepted solution
Level 3
January 17, 2024

@jagadeesh_prakash  we had to give read/write permissions to following nodes to provide required access -

 

/libs/dam/gui/content/reports

/libs/dam/gui/content/nav/tools/assets/assetreports

/libs/dam/gui/content/reports/generatereport

/var/dam/reports

 

Also, since we are using AEMaaCS, we had to assign permissions using repo init config for /libs. 

New Member
September 18, 2024

Hi @yashp0808 

 

did you give permissions to below paths using repoinit file and deployed using cloud pipeline?

 

I tried using below ACL instructions in the repoinit and deploy using cloud pipeline. Unfortunately, ACLs are not set on nodes under /libs (refer screenshot)

set ACL for asset-report allow jcr:read on /var/dam allow jcr:read, rep:write on /var/dam/reports allow jcr:read on /libs/dam/gui/content/reports allow jcr:read on /libs/dam/gui/content/reports/generatereport allow jcr:read on /libs/dam/gui/content/nav/tools/assets/assetreports end

  

 

@arunpatidar @kautuk_sahni 

January 10, 2025

Hi @nrk058, did you ever find a solution for this?