feat: add optional OIDC bearer authentication - #149
Merged
Conversation
franciscojavierarceo
marked this pull request as ready for review
July 29, 2026 09:05
franciscojavierarceo
requested review from
bbrowning,
jiahuei,
leseb,
maralbahari,
noobHappylife,
qandrew and
tjtanaa
as code owners
July 29, 2026 09:05
franciscojavierarceo
marked this pull request as draft
July 30, 2026 14:30
franciscojavierarceo
force-pushed
the
codex/issue-102-oidc-auth
branch
from
July 31, 2026 09:40
1c29583 to
dc3b252
Compare
franciscojavierarceo
marked this pull request as ready for review
July 31, 2026 09:45
maralbahari
reviewed
Aug 3, 2026
maralbahari
left a comment
Collaborator
There was a problem hiding this comment.
Thanks for the PR. left some inline comments
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
franciscojavierarceo
force-pushed
the
codex/issue-102-oidc-auth
branch
from
August 3, 2026 15:02
da1f24f to
c25567f
Compare
maralbahari
approved these changes
Aug 3, 2026
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
/v1/*HTTP and WebSocket route while keeping/healthand/readypublicOIDC_AUDIENCEas the complete audience trust set and validate every presentedazpx-api-keypass-throughThis is the first focused slice of #104 under the #102 authentication umbrella. Tenant and persisted-state ownership remain intentionally tracked by #107.
Refs #102
Refs #104
Test Plan
cargo fmt --all -- --checkcargo clippy --all-targets -- -D warningscargo testuvx pre-commit run --all-filesuv run --with-requirements docs/requirements.txt mkdocs build/v1/modelschecks, plus authenticated/v1/responses/compactazpvalidation, cancellation-safe and bounded JWKS refreshes, Anthropic request IDs, OpenAI/Anthropic upstream credential policy, and post-upgrade WebSocket expiryThe optional gstack Codex export was not run because the local approval policy blocked sending the repository diff to an external service.