Support custom transports for Amazon Bedrock - #33695
Merged
copyberry[bot] merged 1 commit intoJul 16, 2026
Merged
Conversation
## What changed - Allow the built-in `amazon-bedrock` provider to override `base_url`, `auth`, and `http_headers` in addition to its AWS profile and region. - Use command-based bearer authentication and configured endpoints without applying AWS request signing, while retaining regional endpoint resolution for the default Bedrock configuration. - Replace the Bedrock account `credentialSource` enum with the `usesCodexManagedCredentials` boolean so command-authenticated and other externally managed configurations are reported consistently. ## Testing - Cover configuration merging and validation, command-authenticated proxy requests with custom headers, and account reporting for managed and external credentials. GitOrigin-RevId: d1acbe602060470583b5e12f8d304bee5be46f4c
copyberry
Bot
force-pushed
the
copyberry/codex-internal-to-codex-oss/d1acbe602060470583b5e12f8d304bee5be46f4c
branch
from
July 16, 2026 21:42
bec3308 to
3151954
Compare
copyberry
Bot
deleted the
copyberry/codex-internal-to-codex-oss/d1acbe602060470583b5e12f8d304bee5be46f4c
branch
July 16, 2026 21:43
angelanarki-cmyk
temporarily deployed
to
issue-triage
July 16, 2026 22:11 — with
GitHub Actions
Inactive
angelanarki-cmyk
temporarily deployed
to
issue-triage
July 16, 2026 22:11 — with
GitHub Actions
Inactive
angelanarki-cmyk
temporarily deployed
to
issue-triage
July 16, 2026 22:11 — with
GitHub Actions
Inactive
JohnnyDevNull
temporarily deployed
to
issue-triage
July 16, 2026 22:18 — with
GitHub Actions
Inactive
JohnnyDevNull
temporarily deployed
to
issue-triage
July 16, 2026 22:18 — with
GitHub Actions
Inactive
JohnnyDevNull
temporarily deployed
to
issue-triage
July 16, 2026 22:18 — with
GitHub Actions
Inactive
JohnnyDevNull
temporarily deployed
to
issue-triage
July 16, 2026 22:19 — with
GitHub Actions
Inactive
caldwellshane
temporarily deployed
to
issue-triage
July 16, 2026 23:05 — with
GitHub Actions
Inactive
caldwellshane
temporarily deployed
to
issue-triage
July 16, 2026 23:05 — with
GitHub Actions
Inactive
caldwellshane
temporarily deployed
to
issue-triage
July 16, 2026 23:05 — with
GitHub Actions
Inactive
Learnmore-smart
temporarily deployed
to
issue-triage
July 16, 2026 23:32 — with
GitHub Actions
Inactive
Learnmore-smart
temporarily deployed
to
issue-triage
July 16, 2026 23:32 — with
GitHub Actions
Inactive
Learnmore-smart
temporarily deployed
to
issue-triage
July 16, 2026 23:32 — with
GitHub Actions
Inactive
sayan3389980-ui
temporarily deployed
to
issue-triage
July 16, 2026 23:37 — with
GitHub Actions
Inactive
sayan3389980-ui
temporarily deployed
to
issue-triage
July 16, 2026 23:37 — with
GitHub Actions
Inactive
sayan3389980-ui
temporarily deployed
to
issue-triage
July 16, 2026 23:37 — with
GitHub Actions
Inactive
cleitonsilva
temporarily deployed
to
issue-triage
July 16, 2026 23:51 — with
GitHub Actions
Inactive
cleitonsilva
temporarily deployed
to
issue-triage
July 16, 2026 23:51 — with
GitHub Actions
Inactive
cleitonsilva
temporarily deployed
to
issue-triage
July 16, 2026 23:51 — with
GitHub Actions
Inactive
hurlyliu-del
temporarily deployed
to
issue-triage
July 17, 2026 00:15 — with
GitHub Actions
Inactive
hurlyliu-del
temporarily deployed
to
issue-triage
July 17, 2026 00:15 — with
GitHub Actions
Inactive
hurlyliu-del
temporarily deployed
to
issue-triage
July 17, 2026 00:15 — with
GitHub Actions
Inactive
tommy-techdadda
temporarily deployed
to
issue-triage
July 17, 2026 01:24 — with
GitHub Actions
Inactive
tommy-techdadda
temporarily deployed
to
issue-triage
July 17, 2026 01:24 — with
GitHub Actions
Inactive
tommy-techdadda
temporarily deployed
to
issue-triage
July 17, 2026 01:24 — with
GitHub Actions
Inactive
tommy-techdadda
temporarily deployed
to
issue-triage
July 17, 2026 01:24 — with
GitHub Actions
Inactive
sunnylxycode
temporarily deployed
to
issue-triage
July 17, 2026 01:47 — with
GitHub Actions
Inactive
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Support custom transports for Amazon Bedrock
What changed
amazon-bedrockprovider to overridebase_url,auth,and
http_headersin addition to its AWS profile and region.applying AWS request signing, while retaining regional endpoint resolution
for the default Bedrock configuration.
credentialSourceenum with theusesCodexManagedCredentialsboolean so command-authenticated and otherexternally managed configurations are reported consistently.
Testing
requests with custom headers, and account reporting for managed and external
credentials.