import useBaseUrl from '@docusaurus/useBaseUrl';
<img src={useBaseUrl('/img/mpe-logo.svg')} alt="Manetu PolicyEngine Logo" style={{float: 'right', height: '125px', marginLeft: '20px', marginBottom: '10px'}} />
The Manetu PolicyEngine (MPE) is a programming language agnostic access-control and governance layer that organizations use to protect software assets such as Application Programming Interfaces (APIs) and sensitive data using a Policy-Based Access Control (PBAC) model.
As a core component of the Manetu governance platform, MPE provides the policy evaluation engine that enables fine-grained, context-aware access control across data, APIs, and services. It features a high-performance, flexible architecture with comprehensive tooling for policy development and testing.
The Manetu PolicyEngine is available in two editions:
— (this project) A fully functional policy engine that you can embed in your applications or run as a standalone service. It provides everything you need to author, test, and enforce policies.
— Commercial enhancements available through a licensing arrangement with Manetu. Premium builds on the Community foundation to add enterprise-grade capabilities for organizations with advanced governance, observability, and operational requirements.
| Feature | ||
|---|---|---|
| Core Policy Engine | ||
| OPA/Rego policy evaluation | ||
| PolicyDomain model (policies, roles, groups, scopes) | ||
| Multi-phase policy evaluation | ||
| Local resource resolution via selectors | ||
| Decision Replay | ||
| Istio/Envoy Integration | ||
| Developer Tooling | ||
| CLI for build, lint, and test | ||
Local development server (mpe serve) | ||
| Integration | ||
| Embeddable Go library | ||
| HTTP decision service | ||
| Architecture & Platform | ||
| Stateless, horizontally scalable PDPs | ||
| Flexible deployment: embedded, sidecar, or standalone | ||
| Multi-architecture support (amd64, arm64) | ||
| Update policies without application restart (static reload) | ||
| GitOps compatible policy updates | ||
| Enterprise Features | ||
| Update policies without PDP restart | ||
| Kubernetes Operator with auto-scaling sidecars | ||
| Centralized policy administration | ||
| ElasticSearch integration for audit storage, indexing, and reporting | ||
| Queryable Audit History | ||
| Analytics Dashboards | ||
| Streaming Live Audit | ||
| Visual Policy Replay+Debugger | ||
| External resource resolution integration (CMDBs, APIs, etc) |
:::info The Premium Edition requires integration via the HTTP interface to enable enterprise features such as centralized audit and policy coordination. The embeddable Go library is available only in the Community Edition. :::
Interested in Premium features? Contact Manetu to learn more.
<SectionHeader icon="security" level={3}>Least Privilege by Design
The PolicyEngine is architected to make the Principle of Least Privilege practical at scale:
This observable architecture transforms access control from a guessing game into an evidence-based practice. Rather than granting broad permissions "just in case," you can safely start restrictive and expand access precisely where it's demonstrated necessary. See Audit & Access Records for details on the iterative refinement workflow.
<SectionHeader icon="integration" level={3}>Open Policy Agent Integration
The Manetu PolicyEngine is built on Open Policy Agent (OPA), an open-source engine for executing policy statements. You can use the rich ecosystem for designing and debugging policy expressions in the Rego language to precisely control access to your resources.
<SectionHeader icon="layers" level={3}>PolicyDomain Model
Policies are organized into PolicyDomains - self-contained bundles that define:
<SectionHeader icon="terminal" level={3}>Developer-Friendly Tooling
The mpe CLI provides comprehensive tooling for the policy development lifecycle:
mpe build: Compile PolicyDomain definitions from external Rego filesmpe lint: Validate YAML syntax and lint embedded Rego codempe test: Test policy decisions with various inputsmpe serve: Run a local policy decision point for developmentAdvanced debugging capabilities include --trace mode for line-by-line policy evaluation tracing. The Premium Edition adds decision replay with visual code coverage, benchmarking, and historical analysis.
<SectionHeader icon="architecture" level={3}>Cloud-Native Architecture
MPE is built for modern, web-scale microservice architectures:
Can you improve this documentation?Edit on GitHub
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |