generated from coulomb/repo-seed
Add MinIO STS follow-up workstream
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# Roadmap
|
||||
|
||||
Status: living document
|
||||
Updated: 2026-05-15
|
||||
Updated: 2026-05-17
|
||||
|
||||
The roadmap sequences `artifact-store` from "no code" to a credible
|
||||
production v1 to the longer-horizon platform shape recorded in
|
||||
@@ -43,11 +43,12 @@ S3-compatible store.
|
||||
| ID | Title | Notes |
|
||||
|---|---|---|
|
||||
| WP-0006 | Garbage collection + reference counting | Required by ADR-0001 global dedup. Mark-eligible already lands in WP-0003; this workplan does the byte-deletion pass. |
|
||||
| WP-0007 | Resumable / chunked upload implementation | The wire shape lands in WP-0002; this workplan makes the implementation actually streaming. |
|
||||
| WP-0008 | Auth, multi-tenancy, quota | OIDC integration; tenant namespacing; per-tenant rate limit and storage quota. |
|
||||
| WP-0009 | Observability: metrics, tracing, structured logs | OpenTelemetry SDK; latency / throughput SLOs published. |
|
||||
| WP-0010 | Event stream out (CDC) | NATS or Kafka topic of registry events; long-poll `/events` becomes a fallback. |
|
||||
| WP-0011 | Signed manifests | Sigstore / cosign integration; signature recorded alongside manifest digest. |
|
||||
| WP-0007 | MinIO compatibility, MaxIO fork assessment, STS credential vending | Splits MinIO/community-fork and NetKingdom credential-vending work out of WP-0004/WP-0005 blockers. |
|
||||
| WP-0008 | Resumable / chunked upload implementation | The wire shape lands in WP-0002; this workplan makes the implementation actually streaming. |
|
||||
| WP-0009 | Auth, multi-tenancy, quota | OIDC integration; tenant namespacing; per-tenant rate limit and storage quota. |
|
||||
| WP-0010 | Observability: metrics, tracing, structured logs | OpenTelemetry SDK; latency / throughput SLOs published. |
|
||||
| WP-0011 | Event stream out (CDC) | NATS or Kafka topic of registry events; long-poll `/events` becomes a fallback. |
|
||||
| WP-0012 | Signed manifests | Sigstore / cosign integration; signature recorded alongside manifest digest. |
|
||||
|
||||
Exit criteria for v0.3: a deployment is operatable by humans without
|
||||
internal knowledge; SLOs are measurable; access is authenticated;
|
||||
@@ -57,12 +58,12 @@ artifacts can be signed and verified.
|
||||
|
||||
| ID | Title | Notes |
|
||||
|---|---|---|
|
||||
| WP-0012 | OCI artifact `/v2/` endpoint | Implements OCI Distribution Spec on top of the same storage (ADR-0006). |
|
||||
| WP-0013 | Content-defined chunking + global dedup at chunk level | FastCDC; chunked storage. Builds toward `docs/ASSEMBLY-EXPERIMENT.md`. |
|
||||
| WP-0014 | Rust data plane extraction | Move `dataplane.inproc` to `dataplane.remote` (ADR-0004). |
|
||||
| WP-0015 | WASM plugin host | Extension surface for indexers, redactors, scorecard generators. |
|
||||
| WP-0016 | Cold-tier adapters | Glacier / Tape / IA classes; restore flow. |
|
||||
| WP-0017 | Federation and replication | Signed manifest exchange between artifact-store instances. |
|
||||
| WP-0013 | OCI artifact `/v2/` endpoint | Implements OCI Distribution Spec on top of the same storage (ADR-0006). |
|
||||
| WP-0014 | Content-defined chunking + global dedup at chunk level | FastCDC; chunked storage. Builds toward `docs/ASSEMBLY-EXPERIMENT.md`. |
|
||||
| WP-0015 | Rust data plane extraction | Move `dataplane.inproc` to `dataplane.remote` (ADR-0004). |
|
||||
| WP-0016 | WASM plugin host | Extension surface for indexers, redactors, scorecard generators. |
|
||||
| WP-0017 | Cold-tier adapters | Glacier / Tape / IA classes; restore flow. |
|
||||
| WP-0018 | Federation and replication | Signed manifest exchange between artifact-store instances. |
|
||||
|
||||
Exit criteria for v1.0: artifact-store is embeddable as a library, runs
|
||||
as a single-binary CLI, runs as a server, speaks OCI, federates between
|
||||
|
||||
Reference in New Issue
Block a user