We have been trying to integrate the CMIS with Pega Platform 8.8.3 version but the traditional approach of creating key store and trust-store certificates did not work whereas the same traditional approach worked for other apps integration.
Performed below validations already.
-
Verified the certificates received to integrate the CMIS are valid
-
Verified that, If certificates are being passed manually through JVM arguments, CMIS is working fine.
Note: Any thoughts on how to fix why the traditional integration steps are not working?
Identified Root Cause: Pega GCS confirmed that, Pega doesn’t have support for CMIS connector to pick the certificates from rule and platform trust store, JVM Trust store. Enhancement Request: FDBK-109025 raised internally in Pega to fix the issue.
Applied Work Around:
-
created required secrets by uploading the certificates to integrate in Openshift
-
Mounted the secret in Openshift under Volume Mount and Volumes
-
Called out the certificates in the Pega Deployment file
@Kishore Sanagapalli
Thanks for the post.
we are trying to use Authentication profile with OAuth mechanism and grant type as client credentials.
we see system is not able to generate token and get authenticated.
Did you hear any restrictions from from Pega around it ? we are able to connect using Basic Authentication alone (user id/password mechanism).