fix(rag): remove frontend token build arg - #71
Merged
Conversation
man4ish
added a commit
that referenced
this pull request
Aug 31, 2026
Correct stale Admin Console claims against current merged omnibioai-control-center main (PRs #65-#71): - Admin Console is live-tested at admin.omnibioai.org (authenticated E2E 8/8), not deployment-dependent. - Security Audit Explorer is merged and live-certified for its exercised paths (deep link, hard refresh, sidebar, history, filters/details, safe metadata, read-only) -- no longer 'not yet a completed UI'. - Document /workflows as the committed deep-link route; /workflow-operations is explicitly not a separate committed route. - Preserve the Audit Logs vs. Audit Explorer distinction (Auth identity ledger vs. Security Audit's safe durable audit-event contract). - Add a high-level Admin Console -> Control Center -> Security Audit safe API -> durable audit_events architecture diagram, linking to the authoritative Control Center Admin Console guide instead of duplicating it. - Add a concise SAT-1..SAT-4 status summary without claiming ecosystem-wide completeness. - Keep the existing Integration Health / WORKBENCH_PLUGIN_REGISTRY_PATH documentation (accurate, from the prior unpushed commit) and clarify the inventory is derived dynamically, not hard-coded. README.md only; no product/config changes. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01W1o9a9tktwmpSjnYraVGNo
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
The RAG Dockerfile now uses the BuildKit
github_tokensecret for both private npm and Python package installation. Remove the obsolete frontendGITHUB_TOKENbuild arg from Compose so no credential is passed as a Docker ARG.The service-level BuildKit secret declaration remains.
Verification
No force-push or history rewrite.