fix(auth): bind X.509 bearer attachment to its mTLS transport - #949
fix(auth): bind X.509 bearer attachment to its mTLS transport#949jbeckwith-oai wants to merge 1 commit into
Conversation
Codex Review SummaryThis comment shows the latest Codex review activity on this pull request.
ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings. |
Castiron custom code✅ No new custom-code files detected. 53 mixed files remain; 0 existing customizations changed. Compared 53 existing customizations unchanged
13 more in the full report. A changed generated baseline means this report cannot reliably identify which handwritten lines changed. Inspect the custom-code diffDownload the exact patch produced by this run (requires repository access): gh run download 33118257355 --repo openai/openai-java \
--name castiron-custom-code-33118257355-1 --dir /tmp/castiron-custom-code-33118257355-1
git apply --stat /tmp/castiron-custom-code-33118257355-1/custom-code.patch
cat /tmp/castiron-custom-code-33118257355-1/custom-code.patchOr reproduce it from an SDK checkout containing the vendored reporter: git fetch --no-tags origin 9684d5255f5a6b52234ad4dee461300ac2bc9e5a 6562d78b981880fc726d73911e620bfb2567cbbd
python3 scripts/castiron/custom_code_report.py report \
--base 9684d5255f5a6b52234ad4dee461300ac2bc9e5a \
--head 6562d78b981880fc726d73911e620bfb2567cbbd --fetch --require-head-hash --public \
--out /tmp/castiron-custom-code-6562d78b9818
cat /tmp/castiron-custom-code-6562d78b9818/custom-code.patchThis is the current full custom patch for mixed files, not an attribution of only the handwritten lines changed by this PR. |
Summary
Scope
Verification
./gradlew -Dorg.gradle.java.home=/opt/homebrew/opt/openjdk@21/libexec/openjdk.jdk/Contents/Home :openai-java-client-okhttp:test :openai-java-core:test --tests '*WorkloadIdentityAuthTest' --tests '*WorkloadIdentityHttpClientTest' --tests '*ClientOptionsTest' :openai-java-bedrock:test :openai-java-client-okhttp:lintKotlin :openai-java-example:compileJava :openai-java-example:lintJava --no-daemon