IINDRA v2.0
Control Plane

Intent-Based Access Management

Define Missions and OPA/Rego Edge Policies. We authorize the "Mission," not just the actor.

EDGE POLICY PUSH LATENCY
0.00ms

Active Missions

package indra.missions.v1

import data.indra.context
import data.indra.lineage

# Monotonic Subsetting Enforcement
default allow := false

allow {
    input.intent == "Read-only Customer Support"
    context.device_posture == "secure"
    not lineage.has_escalated
}

# Critical threshold check
deny["Agent loop frequency exceeded"] {
    context.agent_loop_hz > 50
}
Valid Rego Syntax

IBAC Simulator

Awaiting simulation...