IDN-Rule Import Using Sp-Config APIs

Hi All,

We are trying to import a rule using the sp-config API of IDN . We have already deployed the rule in sandbox using the sailpoint ES ticket , now we are trying to import/deploy the same rule to production environment using the sp-config API.

But we are facing an error :
“com.sailpoint.sp.config.exception.ImportFailedException: Error occurred when verifying signature on object: SignedImportObject(super=ImportObject(version=1, self=com.sailpoint.cloud.api.client.model.BaseReference…”.

Please let me know if anyone has faced this and was able to solve the same.

Thank You

Can you give more details about the body of the export you are using? For example, to move all Rules I have used this before:

Also, the form-data for the import would be helpful.

Hi Edward,
Thanks for your response!!!

We have resolved the issue.
I had exported the rule from sandbox and modified modified the “objectOptions” (“objectOptions”: null) and the "tenant "parameter (pointed to prod tenant) and passed the JSON to the import sp-config call. Once I performed this, it was imported to prod.

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