Hello everyone,
I’m facing a situation where I want to automate the creation of workflows in SailPoint based on a json file. However, either the code nor the API fulfill the job when using a http request node. Every time, the secret gets ignored, which is annoying as I must update it in the UI.
I know that SailPoint doesn’t have a way to do that through API.
I’ve inspected the UI and it calls a private endpoint to create the secret and reference its id.
I tried calling it from postman but got an error indicating that it’s a private endpoint.
- What have you tried? Creating a workflow using the
sailcli - What errors did you face (share screenshots)? No error, except that the secret in a http request node gets ignored
- Share the details of your efforts (code / search query, workflow json etc.)? N/A
- What is the result you are getting and what were you expecting? The secret gets replace by its
id
Thanks for your help.