Skip to content

Consolidate web/admin and portal/auth into three application workloads - #1051

Merged
ReganBell merged 4 commits into
mainfrom
codex/combined-services
Sep 10, 2026
Merged

Consolidate web/admin and portal/auth into three application workloads#1051
ReganBell merged 4 commits into
mainfrom
codex/combined-services

Conversation

@ReganBell

@ReganBell ReganBell commented Sep 10, 2026

Copy link
Copy Markdown
Collaborator

QM currently runs five application workloads even though the surfaces are released together. This change serves admin from web-ui at /admin and embeds auth in portal, leaving core, web-ui, and portal as three deployed workloads.

Logical configuration remains intact; selective deploys and logs resolve to the containing workload. Admin retains signed identities and core authorization. Auth binds to loopback with its existing public route allowlist. Docker, Fly, AWS, Helm, Porter, development tooling, and image smoke checks use the combined layout.

AWS and Fly deploy web before portal. AWS secret uploads defer task activation while hosts still have legacy routing. Conflicting settings and secret destinations fail before deployment. The migration guide covers capacity, secret access, verification, retirement, and rollback. No database change or live infrastructure apply is included.

Validation: affected web/admin/portal/auth/CLI/dev tests, typechecks, ESLint, production-image builds and boot checks, and Helm success/error renders. Independent security and deployment reviews completed with findings resolved. Final focused secret/setup/preflight, migration, and authorization regressions pass. CI is the full-suite gate. The optional Docker lifecycle test could not complete locally because Colima cannot mount the host Docker socket; production-image smoke checks passed separately.

Browser QA reached admin through portal and combined web against a running core. The local instance uses a mock model because no model API key is configured; inference and real email delivery were not exercised.

Admin served by combined web-ui


View with [code]smith Autofix with [code]smith
Need help on this PR? Tag @codesmith-bot with what you need. Autofix is disabled.

@ReganBell
ReganBell merged commit b82f52b into main Sep 10, 2026
20 checks passed
@ReganBell
ReganBell deleted the codex/combined-services branch September 10, 2026 16:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant