Hello all,
I know in a multi-tenant AEMaaCS setup, each tenant’s code can be included as a Git submodule within a main repository, and dispatcher configurations can be customized per tenant. However, I’m looking for best practices: How can I manage tenant-specific dispatcher configurations (like cache rules, filters, and vhosts) to ensure proper isolation between tenants while maintaining a shared deployment pipeline?