AEMaaCS Assets Report Access | Community
Skip to main content
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

yashp0808
yashp0808AuthorAccepted solution
New Participant
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 Participant
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 

New Participant
January 10, 2025

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

Jagadeesh_Prakash
New Participant
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
New Participant
January 9, 2024

Thank you @jagadeesh_prakash . I will try this.