From dc3c8208dfb1aef3873d1f4ff36e359bf3352f1f Mon Sep 17 00:00:00 2001 From: "glm-5.1" Date: Tue, 9 Jun 2026 11:28:55 +0000 Subject: [PATCH] chore: update task axum-http-router-scaffold status to completed --- tasks/integration/phase2/axum-http-router-scaffold.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasks/integration/phase2/axum-http-router-scaffold.md b/tasks/integration/phase2/axum-http-router-scaffold.md index c097c24..ba78b67 100644 --- a/tasks/integration/phase2/axum-http-router-scaffold.md +++ b/tasks/integration/phase2/axum-http-router-scaffold.md @@ -1,7 +1,7 @@ --- id: axum-http-router-scaffold name: Axum HTTP router scaffold with auth middleware and stealth handoff -status: pending +status: completed depends_on: [api-keys-dynamic-config, listenconfig-http-dns-stubs] scope: moderate risk: low @@ -66,4 +66,4 @@ This task creates the structural scaffold for HTTP — auth middleware and steal ## Summary -> To be filled on completion \ No newline at end of file +> Added http feature flag with axum/hyper/hyper-util/tower dependencies. Created http module: auth middleware extracts Bearer token, calls resolve_from_token, attaches Identity to extensions; router scaffold with default 404 fallback, no operational routes. Stealth handoff routes ProtocolDetection::Http to axum when http feature enabled; fake nginx 404 preserved when disabled. HttpInterface gains build_router() method. \ No newline at end of file