-
Notifications
You must be signed in to change notification settings - Fork 322
feat: implement pluggable auth interactive mode #1131
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
Merged
Merged
Changes from all commits
Commits
Show all changes
45 commits
Select commit
Hold shift + click to select a range
a65c1e4
feat: implementation of pluggable auth interactive mode
BigTailWolf 6fcce53
adding test for interactive mode
BigTailWolf 3ea5799
addressing comments
BigTailWolf 530442b
Merge branch 'main' into b237591436
BigTailWolf 1076877
Merge branch 'main' into b237591436
BigTailWolf 9eec181
move interactive source of truth to kwargs in constructor and make ch…
BigTailWolf 97fb34a
implement revoke method and refactor some constants
BigTailWolf 95b6ce6
adding 2.7 check in revoke()
BigTailWolf 36b7709
fix lint
BigTailWolf 1650492
chore: update token
BigTailWolf 2795076
include error return code in exception
BigTailWolf f361340
unify the expiration_time check behavior.
BigTailWolf 2a7d288
fix lint
BigTailWolf b15b9d5
addressing comments
BigTailWolf 1460d6f
chore: update token
BigTailWolf 9b9ca69
adding environment injection for revoke
BigTailWolf 1dce93a
Revert "unify the expiration_time check behavior."
BigTailWolf e0d2099
adding stdin/out to revoke subprocess in case some prompts may needed
BigTailWolf e48cc4a
unifying the behavior of reading response for non-interactive and int…
BigTailWolf 27648e7
adding the logic of getting external account id
BigTailWolf 2515fc7
update token
BigTailWolf 7d3e7bf
explicity inject subprocess environment variables
BigTailWolf a703e57
using a dummy value instead of None as a temporary solution
BigTailWolf 38267f1
fix environment variable injection
BigTailWolf 5b242db
chore: update token
BigTailWolf 5082d5a
addressing comments
BigTailWolf be691f9
fix lint
BigTailWolf 1a39155
chore: update token
BigTailWolf f18009a
refactor the common code between retrieve_subject_token and revoke
BigTailWolf 65869a2
chore: update token
BigTailWolf 5fcad73
Merge branch 'main' into b237591436
BigTailWolf 7189863
Merge branch 'main' into b237591436
lsirac 7b9451f
refactoring tests
BigTailWolf 7c39fd8
chore: update token
BigTailWolf d8bd24a
Merge branch 'main' into b237591436
BigTailWolf 7de8944
refactor tests
BigTailWolf 06fff40
feat: Retry behavior (#1113)
clundin25 b4a1ae6
Revert "feat: Retry behavior (#1113)"
BigTailWolf 4950562
Merge branch 'main' into b237591436
BigTailWolf 2db7eaf
chore: update token
BigTailWolf ef4b8fb
Merge branch 'main' into b237591436
BigTailWolf a093a26
chore: update token
BigTailWolf e2f84c4
Merge branch 'main' into b237591436
BigTailWolf ba4e66b
Merge branch 'main' into b237591436
BigTailWolf 8af219f
chore: update token
BigTailWolf 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
Binary file not shown.
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.