Open sureshvenkataraman opened 5 months ago
https://github.com/brightcove/Adobe-AEM-Brightcove-Connector/blob/b779937227cb593150a2f878650f671ac58b6a3f/current/ui.config/src/main/content/jcr_root/apps/brightcove/osgiconfig/config/org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended-brightcove_admin.cfg.json#L4
Just wanted to highlight the OSGI config syntax is deprecated and needs update to support the newer syntax from AEM/Adobe
File Path: /ui.config/src/main/content/jcr_root/apps/brightcove/osgiconfig/config/org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended-brightcove_admin.cfg.json
Affected Mapping: brightcove.core:brightcoveWrite=brightcove_admin
Correct Format: brightcove.core:brightcoveWrite=[brightcove_admin]
Please refactor the mapping to use the supported format service:subservice=[userId].
Hi team , I also have the same requirement . I am using Brightcove connector 6.1.3 cloud .
https://github.com/brightcove/Adobe-AEM-Brightcove-Connector/blob/b779937227cb593150a2f878650f671ac58b6a3f/current/ui.config/src/main/content/jcr_root/apps/brightcove/osgiconfig/config/org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended-brightcove_admin.cfg.json#L4
Just wanted to highlight the OSGI config syntax is deprecated and needs update to support the newer syntax from AEM/Adobe
File Path: /ui.config/src/main/content/jcr_root/apps/brightcove/osgiconfig/config/org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended-brightcove_admin.cfg.json
Affected Mapping: brightcove.core:brightcoveWrite=brightcove_admin
Correct Format: brightcove.core:brightcoveWrite=[brightcove_admin]
Please refactor the mapping to use the supported format service:subservice=[userId].