RegoPilot
Dashboard
Generate
Policies
Simulate
Reporting
Settings
AU
Admin User
admin@regopilot.com
Toggle Sidebar
Simulate
AU
Admin User
admin@regopilot.com
Policy
Select a policy to test.
package policies.finance default allow = false # Allow users in the finance department to read salary data allow { input.user.department == "finance" input.resource.type == "salary_data" input.action == "read" }
Input Data
Provide sample JSON input representing the request.
{ "user": { "id": "user123", "department": "finance", "roles": [ "editor" ] }, "resource": { "type": "salary_data", "id": "data456" }, "action": "read" }
Run Simulation
Simulation Result
Result will be displayed here.