-
Notifications
You must be signed in to change notification settings - Fork 6
Deliverables
This page explains each roadmap deliverable and points to the most relevant documentation.
Container images for the Multi-Cloud Policy (MCP) server and REST API for consistent CI/CD usage. See Architecture and Docker Compose.
Package-first installs for local validation across platforms. See Packaging.
Local stack for API, UI, and policy registry. See Docker Compose.
Composite action for PR validation. See GitHub Action.
Shared template for GitLab pipelines. See GitLab CI Templates.
Planned Azure DevOps extension for pre-apply checks in ADO pipelines.
Delivered buildspec integration for policy gates and evidence artifacts in AWS CodePipeline. See AWS CodePipeline.
Delivered enterprise authoring workflow in the FastAPI web UI for creating, editing, approving, previewing, and browsing policies. See Policy Authoring UI.
Layered policies for platform invariants (base), environment constraints, and app policies. See Policy Layering.
Registry service for policy bundles and audit history. See Docker Compose.
Versioned bundles with audit endpoints. See Docker Compose.
Registry container published alongside core image. See Packaging.
Homebrew formula for macOS installs. See Packaging.
Chocolatey package for Windows installs. See Packaging.
Linux one-liner install script. See Packaging.
Delivered metadata fields for ownership, compliance standards, control IDs, risk, expiry, and remediation guidance. See Policy Metadata.
Delivered drift checks and drift gates that compare current findings with an approved snapshot before Terraform mutates state. See Drift Prevention.
Delivered baseline lifecycle, versioning, approvals, and resolution order for baseline, pack/layer, environment, and app scopes. See Org-Wide Baselines.
Delivered org, group, and repo bindings with inheritance-aware resolution. See Group-Level Enforcement.
Delivered JSON, CSV, and PDF evidence export records tied to evaluation results. See Evidence Export.
Planned governance updates. See Release Process.
Planned reference integrations across CI/CD tools and clouds.
Planned cross-provider guardrails for consistent controls.
Planned evaluation based on environment and risk context.
Planned guidance to suggest fixes instead of blocking only.