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.
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.