Expand my Community achievements bar.

Adding users and groups + aem + docker

Avatar

Level 4

Hi want to create a docker image for setting up the AEM instance, wherein I would also add users and groups via that docker image only.

Any pointers recommended

3 Replies

Avatar

Employee Advisor

Hi,

As of AEM 6.5, Docker/containerization is not supported officially. That being said, It might be supported in the future. Check [1] for supported platforms.

[1] https://helpx.adobe.com/experience-manager/6-5/sites/deploying/using/technical-requirement s.html#

Avatar

Employee Advisor

If you have a static user and group list, you can package them up and keep it in nexus / S3. You can pull in and install this package by executing a cURL command on post image pick up.

Avatar

Level 10

Pertaining to what nirmaljosehere mentioned, you can package access rights easily using the ACS Commons ACL Packager

If you don't already have it in place, consider implementing LDAP integration to ensure consistent user rights across multiple AEM instances.