From 3ce883624ebc345b6df1d18a404db6c996aa1d54 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Sun, 15 Feb 2026 14:45:40 -0800 Subject: [PATCH] docs(volume_server): log jwt ui access override coverage --- test/volume_server/DEV_PLAN.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/test/volume_server/DEV_PLAN.md b/test/volume_server/DEV_PLAN.md index d3efc97a4..4476739d1 100644 --- a/test/volume_server/DEV_PLAN.md +++ b/test/volume_server/DEV_PLAN.md @@ -1155,3 +1155,10 @@ Update this section during implementation: - Profiles covered: CI smoke profile for P1 representative calls. - Gaps introduced/remaining: CI still runs Rust mode as smoke scope; full-suite Rust-mode CI remains optional due runtime cost. - Commit: `548b3d9a3` + +- Date: 2026-02-15 +- Change: Added JWT UI override integration coverage with explicit `access.ui=true` profile support. +- APIs covered: `/ui/index.html` behavior under JWT profile now verifies both default auth-gated path (`401`) and explicit UI-enable override path (`200` with rendered UI). +- Profiles covered: P3 and P3+`access.ui=true`. +- Gaps introduced/remaining: UI exposure behavior under JWT profiles is now covered for both secured and override branches. +- Commit: `de974c05d`