test(security): DL-3 review nits — assert OnValidatePrincipal on prod path + warning/doc polish

This commit is contained in:
Joseph Doherty
2026-06-16 08:52:28 -04:00
parent e89604298d
commit 75919cec31
3 changed files with 36 additions and 2 deletions
@@ -127,7 +127,7 @@ public static class ServiceCollectionExtensions
"AUTH DISABLED (ScadaBridge:Security:Auth:DisableLogin=true) — every request is " +
"authenticated as '{User}' with FULL permissions ({Roles}) across ALL sites. This " +
"is a SCADA control surface; dev/test ONLY — never enable in production.",
opts.User, string.Join(",", Roles.All)));
opts.User, string.Join(", ", Roles.All)));
}
else
{