Add IMS configuration to the environment
Perform the following steps to add IMS configuration to the environment:
-
Open experience manager and then select your program which contains the environment you want to configure.
-
Switch to Environments tab.
-
Click on the environment name which you want to configure. This should navigate you to the Environment Information page.
-
Switch to Configuration tab.
-
Upload the private key and project JSON as shown in the screenshot below. Make sure you are using the same names and configuration as highlighted below.
Once you have added the IMS configuration to the environment, perform the following steps to link these properties with Experience Manager Guides using OSGi:
-
In you cloud manager Git project code, add the below given two files (For file contents, see Appendix).
com.adobe.aem.guides.eventing.ImsConfiguratorService.cfg.json
com.adobe.fmdita.publishworkflow.PublishWorkflowConfigurationService.xml
-
Ensure that the newly added files are getting covered by your
filter.xml
. -
Commit and push your Git changes.
-
Run the pipeline to apply the changes on the environment.
Once this is done, you should be able to use the new microservice-based cloud publishing.