Dear OS Team,
we configured following api-key: https://help.optimal-systems.com/yuuvis_develop/display/onpremise/How to enable system user login for microservices
In the documentation, we cannot find how to configure our custom microservices to use this api-key to communicate with /rest-ws (instead of root - optimal).
We added profile "red" to service-watcher.yml to the specific custom microservice and confirmed, the enaio.dms.apikey is set.
Our microservice still cannot connect to /rest-ws/service/bpm/process/?modelid={processId}
Furthermore, in the documenation it is not exactly stated where to put following preference: "com.os.ecm.messaging.LocalSidecarPreferences.CheckSystemUserAccessFromSidecarOnly".
I added it to as a Java Command option to yuuvis_rad_core-servicew.exe like:
-Dcom.os.ecm.messaging.LocalSidecarPreferences.CheckSystemUserAccessFromSidecarOnly=false
is this correct?
Our application-red.yml looks like following:
enaio.dms.apikey: 123456789test
enaio.dms.server: localhost:8080
enaio.dms.endpoint: http://${enaio.dms.server}/rest-ws
enaio.rendition.server: localhost:8090
enaio.rendition.endpoint: http://${enaio.rendition.server}/osrenditioncache
#deprecated
enaio.server.endpoint: ${enaio.dms.endpoint}
rendition.endpoint: ${enaio.rendition.endpoint}
Thanks for help