Which service user is used for AEM and Adobe IO
Hi All,
I am trying to send events from AEM to Adobe IO, I am following below documents which results in steps below
https://developer.adobe.com/events/docs/guides/using/aem/aem_skyline_install/
To install and configure the Adobe I/O Events package on AEM as a Cloud Service:
- Set up your workspace in the Adobe Developer Console
- Use Cloud Manager environment variables to power your OSGI configuration.
- Optionally do some more configuration fine tuning.
- Deploy these osgi configurations, together with aem-aio-events package using Cloud Manager. You may refer to this working sample aio-aem-events-sample.
- Trigger aem-aio-events package status check endpoint
As part of JWT auth I am following the below documentation to set public private keys
My question is for which service user should i configure keystore to.
I tried it configuring for aio_service_user which I assume was created by
https://github.com/adobe/aio-lib-java/tree/main/aem/aio_aem_events

Thanks,
Shehjad