-
Notifications
You must be signed in to change notification settings - Fork 335
[COR-174] auth: shareable auth library + split-host config + RFC 8693 token exchange #1153
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
khaong
wants to merge
23
commits into
main
Choose a base branch
from
alex/cli-auth-consolidation
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
7d2adb5
Add auth/ library: device flow + tokens + token storage
khaong cd0648a
Wire cmd/entire/cli/auth shims to use the shared auth/ library
khaong a94bf89
Wire ENTIRE_AUTH_PROVIDER_VERSION switch to select v1 or v2
khaong 6624e25
Add auth/sts: RFC 8693 OAuth 2.0 Token Exchange client
khaong 9e9bc3f
auth: surface friendly error when OAuth response is HTML, not JSON
khaong 0f05c15
auth/deviceflow: surface error_description from RFC 8628 §3.5 errors
khaong bb13cbd
api/auth_tokens: route to /api/v1/auth/tokens or /api/auth/tokens by …
khaong d5737db
auth: clear lint findings (errcheck, gosec G101/G117, unparam, goconst)
khaong c492a54
auth: split-host config + RFC 8693 token exchange (auth/tokenmanager)
khaong d9322bc
auth: route STS to provider.stsPath; make STSPath optional in tokenma…
khaong ead027c
search: route bearer through auth.TokenForResource
khaong 16746fd
auth: fix legacy keyring fallback + cover gaps surfaced by review
khaong 5173d30
auth: round-2 review fixes (DeleteCoreToken order, coverage, deprecat…
khaong f33b79d
Fix token exchange resource routing
khaong d8ccd26
Make auth tests independent of provider env
khaong a9aeb9e
dispatch: route bearer through tokenmanager + document the auth pattern
khaong b410d50
auth: PR review fixes (PollDeviceAuth retry, doc accuracy)
khaong 9c2b070
auth: PR review fixes (parallel-safe clock pin, struct cache key)
khaong 6a9e601
auth: review follow-ups (provider routing, URL normalization, expiry …
Soph dc7c003
Merge pull request #1156 from entireio/alex/cli-auth-followup-fixes
khaong 60d6357
Merge remote-tracking branch 'origin/main' into alex/cli-auth-consoli…
khaong 706a4a2
auth: defense-in-depth security hardening
khaong 8821a55
auth: extract auth/ subtree into github.com/entireio/auth-go
khaong File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.