Dispatcher flush for multiple sites | Community
Skip to main content
Level 2
August 11, 2022
Solved

Dispatcher flush for multiple sites

  • August 11, 2022
  • 3 replies
  • 916 views

Good morning all.

I am looking to set up separate dispatcher caches for the multiple websites in my aem instance.
Following the instructions at:  

 

https://helpx.adobe.com/uk/experience-manager/kb/How-to-flush-the-dispatcher-when-there-are-farms-with-separate-cache-folders-AEM-Dispatcher.html

I am struggling with step 9, creating users with read permissions only on  with paths that they will be responsible for, as each user created is created as a member of the everyone group, which gives that user read access to /content and all sites underneath.  If I try, I cannot remove the everyone group from newly created users.

Please could some advise me on how to set the permissions separately for each user?


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 HeenaMadan

To provide permission to each user, Go to aem author instance http://localhost:4502/aem/start.html

Click on Tools > Security > Permissions

search user and provide read access ( jcr:read) to the user to any paths that you would like the agent to be allowed to flush for the referenced site.  

For example: /content/geometrixx,  /content/dam, /etc, /var etc and click save. Create users first before step #9

Thanks,

Heena

 

 

 

3 replies

arunpatidar
Community Advisor
Community Advisor
August 11, 2022

Hi,

This step is for your replication agent user in Author

 

  • On the Permissions tab of the user, grant the user read access to any paths that you would like the agent to be allowed to flush for the referenced site.  For example: /content/geometrixx,  /content/dam, /etc, /libs, /apps, /var

Please make sure if you have multiple cache folder, you must have dispatcher flush agent also for each folder

Number of flush agent = number of cache root * number of publishers 

Arun Patidar
tb1687196
Level 2
August 11, 2022

Hi @neilwebbcbs ,

Created replication user if by default having "everyone" group included it won't create any issue. This is by default comes with all users you create. 

Your extended section in replication agent would listen the domain with the user and flush the cache.


HeenaMadan
Community Advisor and Adobe Champion
HeenaMadanCommunity Advisor and Adobe ChampionAccepted solution
Community Advisor and Adobe Champion
August 12, 2022

To provide permission to each user, Go to aem author instance http://localhost:4502/aem/start.html

Click on Tools > Security > Permissions

search user and provide read access ( jcr:read) to the user to any paths that you would like the agent to be allowed to flush for the referenced site.  

For example: /content/geometrixx,  /content/dam, /etc, /var etc and click save. Create users first before step #9

Thanks,

Heena