i need step by step cloud rule creation and deployment guide please help
This is a good place to start
To deploy cloud rules, you need to contact SailPoint support
To create and deploy a Cloud Rule in SailPoint IDN, follow these steps:
Prerequisites
Ensure you have the following tools installed:
- Java JDK
- Maven
- IntelliJ IDEA or VS Code
1. Set Up the Rule Development Kit (RDK)
Refer to the guide below to install and configure the Rule Development Kit (RDK), which helps in creating and testing rules with custom input values:
Getting Started with the SailPoint Rule Development Kit
2. Develop the Rule
- Use RDK to create and test your rule.
- Once your rule is ready, copy the generated XML file to your local machine.
3. Validate the Rule Using Rule Validator
- Download & Unzip Rule Validator
- Get it from: Rule Validator Documentation
- Run Rule Validation (Windows Example)
- Open Command Prompt in the directory where Rule Validator is extracted.
- Execute the following command, replacing
{path or file name}
with your XML file path:
shell
CopyEdit
sp-rv --file {path or file name}
- Check the Output:
- If successful, you’ll see a success message.
- If there are syntax issues, the validator will return errors to fix.
4. Submit the Rule for Deployment
- If the rule passes validation, email it to the SailPoint team for review.
- Once validated, SailPoint will post the rule in your tenant.
Let me know if you need further clarification!
1 Like
You need to open support ticket under Expert Services category, attach the Rule and Rule validator output.
1 Like
tq krishna for the reply