docs: document codex auth bundle + deprecated subscription-only alias#142
Open
docs: document codex auth bundle + deprecated subscription-only alias#142
Conversation
Closes the AGENTS.md doc-only gap remaining after b8d30ac. Three rows added to §Auth + identity: - `WORKFLOW_CODEX_AUTH_JSON_B64` — base64 ~/.codex/auth.json bundle for subscription-backed codex auth (decoded by docker-entrypoint.sh). Required for codex provider availability under the default subscription-only posture. - `WORKFLOW_CLOUD_DAEMON_SUBSCRIPTION_ONLY` — deprecated legacy alias, superseded by `WORKFLOW_ALLOW_API_KEY_PROVIDERS=0` (the canonical default already documented at AGENTS.md L379). - `OPENAI_API_KEY` — stripped at entrypoint unless `WORKFLOW_ALLOW_API_KEY_PROVIDERS=1`; the legacy codex login --with-api-key path is intentionally not run. The canonical gate `WORKFLOW_ALLOW_API_KEY_PROVIDERS` and the GEMINI/GROQ/XAI key gating note already exist at AGENTS.md L379-L380 from a prior b8d30ac follow-up; this patch closes the remaining doc hole so operators reading the env-vars table can re-derive the full auth posture without reading docker-entrypoint.sh.
…aceholder, not an alias (verifier follow-up)
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
b8d30ac(subscription-only daemon default).WORKFLOW_CODEX_AUTH_JSON_B64, deprecatedWORKFLOW_CLOUD_DAEMON_SUBSCRIPTION_ONLYalias,OPENAI_API_KEYstrip-at-entrypoint behavior.WORKFLOW_ALLOW_API_KEY_PROVIDERS+ gemini/groq/xai key gating already landed at AGENTS.md L379-L380 in a prior b8d30ac follow-up; this patch closes the remaining hole so operators can re-derive the full auth posture without readingdeploy/docker-entrypoint.sh.Test plan
git diff AGENTS.mdshows only the 3 intended rows added; no other surface touched.