Aether Console

Policy Configuration

OPA risk gating rules, app authorization policies, and tenant-level enforcement.

Agentic Risk Gating (OPA)

Score policy: weighted_sum
Auto-destructive threshold: 0.7
SLA policy: runs_24x7
ConditionApprovalsRequired Role
financial ≥ 0.72finance_manager
compliance ≥ 0.52compliance_officer
operational ≥ 0.51
!rollback_capable1
all low + rollback capable0

Source: aether-policies/aether-risk.rego · Package: aether.risk.gates

Application Authorization Policies

DomainOPA PackageRulesStatus
Presales Q&Apresales.authz4active
RFP Workbenchrfp.authz3active

Served by aether-policy container (OPA 1.0.0, port 8181).

ITSM Domain Enforcement

Engine: In-process PolicyEnforcer (stateless, pure Python)

Method: Router-level tool allowlist checks per tenant config

Behavior:

  • Checks (role, tower, tool_name) against tenant's ActionAllowlist
  • Returns: allowed, requires_approval, requires_dual_approval
  • No external OPA call — enforced in-process for latency