feat(sdk): add runtime token auth#215
Open
abhinav-galileo wants to merge 4 commits intoabhi/runtime-auth-namespace-cutoverfrom
Open
feat(sdk): add runtime token auth#215abhinav-galileo wants to merge 4 commits intoabhi/runtime-auth-namespace-cutoverfrom
abhinav-galileo wants to merge 4 commits intoabhi/runtime-auth-namespace-cutoverfrom
Conversation
Codecov Report❌ Patch coverage is
📢 Thoughts on this report? Let us know! |
4fffcf2 to
99c86cf
Compare
09cb289 to
19fa65c
Compare
d52fb6b to
1485279
Compare
This was referenced May 8, 2026
259397b to
097b42d
Compare
73bd51c to
3894dd0
Compare
af54543 to
479ca86
Compare
Exchange target-bound runtime tokens for evaluation requests when configured, cache them per target, and retry once after a 401. Keep no-auth and API-key runtime flows on the existing request-auth path when token exchange is unavailable or disabled.
Default stays X-API-Key; pass api_key_header=... or set AGENT_CONTROL_API_KEY_HEADER to override when the upstream auth expects a different header.
d4b8a66 to
a9796b6
Compare
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
auto,none,api_key, andjwt.Stack
Testing
make prepush