-
Notifications
You must be signed in to change notification settings - Fork 309
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
feat: implement pluggable auth interactive mode #1131
Merged
Merged
Commits on Aug 31, 2022
-
Configuration menu - View commit details
-
Copy full SHA for a65c1e4 - Browse repository at this point
Copy the full SHA a65c1e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6fcce53 - Browse repository at this point
Copy the full SHA 6fcce53View commit details
Commits on Sep 2, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 3ea5799 - Browse repository at this point
Copy the full SHA 3ea5799View commit details -
Configuration menu - View commit details
-
Copy full SHA for 530442b - Browse repository at this point
Copy the full SHA 530442bView commit details
Commits on Sep 6, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 1076877 - Browse repository at this point
Copy the full SHA 1076877View commit details -
move interactive source of truth to kwargs in constructor and make ch…
…eck in the retrieve_subject_token
Configuration menu - View commit details
-
Copy full SHA for 9eec181 - Browse repository at this point
Copy the full SHA 9eec181View commit details -
Configuration menu - View commit details
-
Copy full SHA for 97fb34a - Browse repository at this point
Copy the full SHA 97fb34aView commit details
Commits on Sep 7, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 95b6ce6 - Browse repository at this point
Copy the full SHA 95b6ce6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 36b7709 - Browse repository at this point
Copy the full SHA 36b7709View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1650492 - Browse repository at this point
Copy the full SHA 1650492View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2795076 - Browse repository at this point
Copy the full SHA 2795076View commit details
Commits on Sep 8, 2022
-
Configuration menu - View commit details
-
Copy full SHA for f361340 - Browse repository at this point
Copy the full SHA f361340View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a7d288 - Browse repository at this point
Copy the full SHA 2a7d288View commit details -
Configuration menu - View commit details
-
Copy full SHA for b15b9d5 - Browse repository at this point
Copy the full SHA b15b9d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1460d6f - Browse repository at this point
Copy the full SHA 1460d6fView commit details
Commits on Sep 9, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 9b9ca69 - Browse repository at this point
Copy the full SHA 9b9ca69View commit details -
Revert "unify the expiration_time check behavior."
This reverts commit f361340.
Configuration menu - View commit details
-
Copy full SHA for 1dce93a - Browse repository at this point
Copy the full SHA 1dce93aView commit details -
Configuration menu - View commit details
-
Copy full SHA for e0d2099 - Browse repository at this point
Copy the full SHA e0d2099View commit details
Commits on Sep 12, 2022
-
Configuration menu - View commit details
-
Copy full SHA for e48cc4a - Browse repository at this point
Copy the full SHA e48cc4aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 27648e7 - Browse repository at this point
Copy the full SHA 27648e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2515fc7 - Browse repository at this point
Copy the full SHA 2515fc7View commit details
Commits on Sep 13, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 7d3e7bf - Browse repository at this point
Copy the full SHA 7d3e7bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for a703e57 - Browse repository at this point
Copy the full SHA a703e57View commit details -
Configuration menu - View commit details
-
Copy full SHA for 38267f1 - Browse repository at this point
Copy the full SHA 38267f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b242db - Browse repository at this point
Copy the full SHA 5b242dbView commit details
Commits on Sep 15, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 5082d5a - Browse repository at this point
Copy the full SHA 5082d5aView commit details -
Configuration menu - View commit details
-
Copy full SHA for be691f9 - Browse repository at this point
Copy the full SHA be691f9View commit details
Commits on Sep 16, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 1a39155 - Browse repository at this point
Copy the full SHA 1a39155View commit details
Commits on Sep 19, 2022
-
Configuration menu - View commit details
-
Copy full SHA for f18009a - Browse repository at this point
Copy the full SHA f18009aView commit details
Commits on Sep 20, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 65869a2 - Browse repository at this point
Copy the full SHA 65869a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5fcad73 - Browse repository at this point
Copy the full SHA 5fcad73View commit details
Commits on Sep 21, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 7189863 - Browse repository at this point
Copy the full SHA 7189863View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b9451f - Browse repository at this point
Copy the full SHA 7b9451fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c39fd8 - Browse repository at this point
Copy the full SHA 7c39fd8View commit details
Commits on Sep 22, 2022
-
Configuration menu - View commit details
-
Copy full SHA for d8bd24a - Browse repository at this point
Copy the full SHA d8bd24aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7de8944 - Browse repository at this point
Copy the full SHA 7de8944View commit details -
feat: Retry behavior (googleapis#1113)
* feat: Retry behavior * Introduce `retryable` property to auth library exceptions. This can be used to determine if an exception should be retried. * Introduce `should_retry` parameter to token endpoints. If set to `False` the auth library will not retry failed requests. If set to `True` the auth library will retry failed requests. The default value is `True` to maintain existing behavior. * Expanded list of HTTP Status codes that will be retried. * Modified retry behavior to use exponential backoff. * Increased default retry attempts from 2 to 3.
Configuration menu - View commit details
-
Copy full SHA for 06fff40 - Browse repository at this point
Copy the full SHA 06fff40View commit details -
Revert "feat: Retry behavior (googleapis#1113)"
This reverts commit 06fff40.
Configuration menu - View commit details
-
Copy full SHA for b4a1ae6 - Browse repository at this point
Copy the full SHA b4a1ae6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4950562 - Browse repository at this point
Copy the full SHA 4950562View commit details
Commits on Sep 23, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 2db7eaf - Browse repository at this point
Copy the full SHA 2db7eafView commit details
Commits on Sep 26, 2022
-
Configuration menu - View commit details
-
Copy full SHA for ef4b8fb - Browse repository at this point
Copy the full SHA ef4b8fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for a093a26 - Browse repository at this point
Copy the full SHA a093a26View commit details -
Configuration menu - View commit details
-
Copy full SHA for e2f84c4 - Browse repository at this point
Copy the full SHA e2f84c4View commit details
Commits on Sep 27, 2022
-
Configuration menu - View commit details
-
Copy full SHA for ba4e66b - Browse repository at this point
Copy the full SHA ba4e66bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8af219f - Browse repository at this point
Copy the full SHA 8af219fView commit details
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.