In Development — Version 1.0
Control Plane.
Enterprise governance for centralised access control, policy management, and compliance visibility.
IS.
- A centralised policy management platform
- An access control layer for multi-tenant environments
- A compliance visibility dashboard for security teams
- A governance interface that non-technical teams can use
IS NOT.
- A VPN or network perimeter tool
- A SIEM or log aggregation platform
- A replacement for your identity provider
- A tool that requires a dedicated security engineer to operate
Architecture.
React-based dashboard. Role-contextual views — administrators see full policy trees; end users see only their entitlements. Zero-friction onboarding with guided setup flows.
Rate-limited, authenticated REST API. JWT-based session management with refresh token rotation. All requests logged to immutable audit trail.
Django core with policy evaluation engine, permission resolver, and compliance rule processor. Stateless — scales horizontally without session affinity.
Bidirectional sync with identity providers (Phase 1: Azure AD, Okta; Phase 2: LDAP, Google Workspace). Webhook notifications for policy change events.
PostgreSQL with row-level security. Encrypted at rest (AES-256). Automated daily backups with point-in-time recovery. Audit logs write-once via append-only table.
Security.
Components.
Define, version, and enforce access policies across your entire application surface. Supports RBAC and ABAC models. Policy changes are versioned with full diff history and roll-back capability.
Fine-grained permissions at the resource level. Grant access to specific data sets, functions, or UI surfaces — not just application-level roles. Sync with your IdP or manage natively.
Tamper-proof audit log of every access event, policy change, and administrative action. Export to your SIEM or query directly. Compliance reports generated automatically for common frameworks.
Tag, classify, and apply governance rules to any resource in your environment. Set retention policies, data classification levels, and lifecycle rules — tracked and enforced automatically.
Deployment.
Recommended
Managed by DevBridge on AWS. Zero infrastructure overhead. Automatic updates, monitoring, and backups. SOC 2 compliance in progress. Best for organisations without dedicated infrastructure teams.
Deployed to your own AWS account using our Terraform modules. Full data sovereignty. You own the infrastructure, we provide the software and support. Suitable for organisations with existing AWS spend.
Docker-based deployment to your own data centre. For environments where cloud connectivity is restricted by policy. Requires dedicated infrastructure team. Contact us for hardware specifications.
Integrations.
Okta
Google Workspace
SAML 2.0 Generic
Custom OAuth 2.0
PostgreSQL
MySQL / MariaDB
Google Cloud Storage
MongoDB Atlas
Databricks
Custom connectors via API