Akamai invalidate | Community
Skip to main content
venkatreddyguda
Level 2
April 18, 2019
Solved

Akamai invalidate

  • April 18, 2019
  • 2 replies
  • 1731 views

Hi ,

I have akamai invalidate implemented on my author and works fine.I have requirement to not trigger akamai invalidate if i update and activate etc/ nodes.Please suggest right way to accomplish this.

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 Gaurav-Behl

Assuming that your custom akamai invalidation agent is built on similar lines as mentioned in Creating a custom Akamai replication agent in AEM - Adobe Experience Manager | AEM/CQ | Apache Sling,​ you could simply skip the processing if action.getPath() contains "/etc/....."

2 replies

Gaurav-Behl
Gaurav-BehlAccepted solution
Level 10
April 19, 2019

Assuming that your custom akamai invalidation agent is built on similar lines as mentioned in Creating a custom Akamai replication agent in AEM - Adobe Experience Manager | AEM/CQ | Apache Sling,​ you could simply skip the processing if action.getPath() contains "/etc/....."

Ravi_Pampana
Community Advisor
Community Advisor
April 19, 2019

To add to Gaurav response

You can create a user (in useradmin) and give permissions to required paths for which the replication agent should triggered akamai purge service. Using this we can handle the paths in replication agent itself.

Add user in "Agent User Id" field in custom replication agent. You can remove read permission for this custom user to /etc paths and add permission to other required paths.

Hope this helps !