Editions Modules Use Cases Architecture Community Download Get Started →

Policy Core

conduvia-policy-core — The pure validation and policy logic engine. Transport-neutral — can be embedded in any edge technology.

Core — Transport Neutral

conduvia-policy-core

Policy Core contains no transport bindings — it is pure logic. This makes it testable in isolation and embeddable in any edge adapter. The validation chain executes in strict order: route check, authorization, shape, headers, schema version, DTO, transforms, idempotency, rate limits. Schema objects are compiled at registration time and cached per version.

Full architecture reference →
  • 10-step validation chain implementation
  • PBAC policy evaluation with Drools (optional)
  • Schema validation via networknt/json-schema-validator
  • Transform pipeline execution
  • Idempotency check against deduplication store
  • Rate limiting and body size enforcement
  • PolicyDecisionResult assembly and audit emission
← Back to all modules