Is there any API to get all pages and assets whose ACLs are changed ? | Community
Skip to main content
Level 6
August 2, 2022
Solved

Is there any API to get all pages and assets whose ACLs are changed ?

  • August 2, 2022
  • 1 reply
  • 491 views

Is there any API to get all pages and assets whose ACLs are changed ?

Or is there any ACL change log maintained on AEM side when we change permissions which we can access via API?

 

We are using AEM on-premise as well  as partner Sandbox environment.

Hence we need this API for both. Could you please help ?

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 joerghoh

IIRC ACL changes are not audited. But it should be doable to create some functionality on your own by adding a JCR observation listener and specifically check for changes related to the rep:policy nodetype (might not be conclusive). You cannot track ACL changes executed by repoinit, because that runs before your listener is getting registered.

 

On the other hand side, do your ACLs change that often? 

1 reply

joerghoh
Adobe Employee
joerghohAdobe EmployeeAccepted solution
Adobe Employee
August 3, 2022

IIRC ACL changes are not audited. But it should be doable to create some functionality on your own by adding a JCR observation listener and specifically check for changes related to the rep:policy nodetype (might not be conclusive). You cannot track ACL changes executed by repoinit, because that runs before your listener is getting registered.

 

On the other hand side, do your ACLs change that often?