-
Notifications
You must be signed in to change notification settings - Fork 56
feat(auth): add external account url sourced credentials #2217
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
Closed
alvarowolfx
wants to merge
26
commits into
googleapis:main
from
alvarowolfx:feat-auth-url-sourced-creds
Closed
Changes from 17 commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
57b4264
feat(auth): add external account url sourced credentials
alvarowolfx f11ee98
fix: license header year
alvarowolfx b2ba552
feat: add external account builder
alvarowolfx 055990d
Merge branch 'main' into feat-auth-url-sourced-creds
alvarowolfx 84b81e0
fix: update CredentialsProvider impl to match cacheable resource trait
alvarowolfx 42e989f
feat: change CredentialSource to an enum
alvarowolfx fca8675
fix: handle err for url sourced creds
alvarowolfx ad56efd
fix: lint issues
alvarowolfx 041003b
test: move tests closer to the external account mod
alvarowolfx 39c0e18
fix: get rid of Box<dyn SubjectTokenProvider>
alvarowolfx 06534a4
docs: improve builder docs
alvarowolfx 3b84492
fix: builder example should be compilable by rustc
alvarowolfx c859658
fix: lint issues on builder docs
alvarowolfx e8d2371
fix: handle scopes properly for external account
alvarowolfx 99c140b
test: add integration tests for workload identity url sourced
alvarowolfx 6917c63
fix: typo and toml formatting
alvarowolfx e059453
fix: lint auth readme
alvarowolfx 9b434fe
chore: rename UrlSorucedCredentials to SubjectTokenProvider
alvarowolfx 80afb38
fix: lint issues
alvarowolfx 1d8ea19
feat: add option to override scopes
alvarowolfx e4601c2
fix: change visibility on internal structs
alvarowolfx 7b62a0a
fix: remove dead_code from sts module
alvarowolfx 766cbdf
test: add tests to url sourced subject token provider
alvarowolfx 08030af
fix: address docs nits
alvarowolfx ab04607
Merge branch 'main' into feat-auth-url-sourced-creds
alvarowolfx 915c557
fix: move to anyhow:result
alvarowolfx 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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.