📄️ Feature Overview
Pointing the InRule Decision Platform from One Environment to Another is Simple
📄️ How to Create Runtime Overrides via the SaaS Portal
1. Click Configurations tab
📄️ How to Update Runtime Overrides via the SaaS Portal
1. Under Manage, click the pencil icon to edit Override
📄️ Setting Credentials for Execution Purposes in SaaS Portal
Credentials are required for the Rule Execution Service to connect to the catalog. By default, the System credentials will be used.
📄️ API Security and Compliance
ri32.jpg
📄️ InRule API Flow
InRule uses its API to connect to the internet and to request the latest overrides from InRule's engine.
📄️ Authorizing InRule to Execute API Methods
The below steps allow you to authorize and use the API methods via the portal.
📄️ Test API Methods
The below steps allow you to execute and test the methods, requests, and responses via the API page. Upon execution, you will be able to review the responses in real-time.
📄️ Integrating API in a CI/CD Pipeline
Below are the steps for integrating the Runtime Override API into an Azure pipeline environment using the curl command.
📄️ Sample Script
Below is a sample script that's added as a new file at the root of the project called azure-pipelinesbuild-template.yml. The script can be downloaded at https://bit.ly/3nBpFOr