Sailpoint provisioning through messaging queue

Which IIQ version are you inquiring about?

Version 8.4

Share all details related to your problem, including any error messages you may have received.

Hi Community,

We are integrating Sailpoint with Garancy through ETL layer
Reconciliation we are tryting to achieve through DB, but provsioning is through messaging queue.
Could you please suggest the best approach for this , Can GCP be used for provsioning as it supports pubsub model

Hi Deepa,

There is no OOTB connector for reading/sending messages to/from a message queue (MQ).

To connect an application over an MQ is possible by creating a custom connector. There are a few developers who created (or tried to) a custom connector for connecting over an MQ (but I could not find a proper solution on Compass or here).

GCP Pub/Sub does provide a REST/HTTP API. An IIQ Web Service application can connect to the API gateway over REST/HTTP. This would reduce the development time as configuring a Web Service Application takes less time compared to building a Custom Connector from scratch.

Another solution might be to use an API gateway in front of the MQ.

– Remold

3 Likes

Thank you @Remold for your input

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.