How to put a group into another group on a cloud AEM instance and replicate to all instances (envs)?
We want to create a group in admin console, e.g. "Our Admins", so we can assign users and product profiles in the central admin console and have the users we add to this group be admins on one or more of our 7 AEM cloud instances (dev, test, uat, stage, prod etc.).
We could make ourselves administrators of all 7 environments, go into each one in turn, and add the built in groups, such as:
- "administrators"
- "user-administrators"
- "content-authors" etc.
to our custom group, but this is difficult to maintain, as we might forget one env, or have to change them on all evs.
Presumably, there is a way to do this via OSGi config, or possibly with some sort of package sync?
Any ideas?