Hi All,
We have created user groups through NC ACL tool Yaml files using below entries, rep:externalID property is getting added to usergroup after some time, we are unable to add this group into normal users due to this externalId property.
We are creating this groups on AEM as part of pipeline build, no usergroups creation on IMS side.
Is there any configuration in AEM as cloud which is getting added this property while synch is happening from IMS to AEM ?
Please share your suggestions/comments if you come across this type of issue in AEM as cloud.
Thank you.
- DEF groupRootPath="/home/groups/healthcare"
- group_config:
- content-authors-global:
- name: "Content Authors Global QA DEV"
path: "${groupRootPath}"
isMemberOf:
- ace_config:
- content-authors-global:
- FOR folder IN ${contentfolders}:
- path: ${folder.path}
permission: allow
actions: read,modify,create,delete,replicate
- FOR folder IN ${conffolders}:
- path: ${folder.path}
permission: allow
actions: read,modify,create,delete,replicate