We are facing a special requirement from our customer and my research didn't find this scenario on docs.adobe.com:
AEM is used as a CMS for other applications and has no client facing direct HTTP access on the publish systems. The authors create business critical content on the author system but can't do an end2end test, because they need a publish instance with anonymous access to the content without any edit functionality. I know they could create the content on a different system and than copy the content with content packages. But this is too cumbersome for day to day usage.
What I imagined is a two step activation:
- the author starts a workflow which replicates the content to a special internal publish server
- the approver does an en2end test with the application on this special publish server
- the approver completes the workflow and the content is replicated to the public publish server
Would this be a feasible scenario? If yes, how would I need to configure the replication agents for these two publish servers? If no, how could I achieve this, if even possible?