[WIP]Upgrade Google auth and cloud libraries to fix intermittent auth errors(ベースブランチを作り直す)#96
Closed
katsuyan wants to merge 1 commit intov0.10.5_patchedfrom
Closed
[WIP]Upgrade Google auth and cloud libraries to fix intermittent auth errors(ベースブランチを作り直す)#96katsuyan wants to merge 1 commit intov0.10.5_patchedfrom
katsuyan wants to merge 1 commit intov0.10.5_patchedfrom
Conversation
Update dependency versions to address "Anonymous caller" authentication errors that occur intermittently when accessing GCS. Changes: - google-auth-library-credentials: 0.18.0 -> 1.23.0 - google-auth-library-oauth2-http: 0.18.0 -> 1.23.0 - google-http-client: 1.24.1 -> 1.44.1 - google-http-client-jackson2: 1.24.1 -> 1.44.1 - google-oauth-client: 1.22.0 -> 1.35.0 - google-cloud-core: 1.94.0 -> 1.96.0 - google-cloud-storage: 1.101.0 -> 1.118.1 - google-cloud-nio: 0.119.0-alpha -> 0.124.8 The old google-auth-library (0.18.0 from 2019) had known issues with token refresh in multi-threaded environments, which could cause authentication to fail sporadically.
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.
Update dependency versions to address "Anonymous caller" authentication errors that occur intermittently when accessing GCS.
Changes:
The old google-auth-library (0.18.0 from 2019) had known issues with token refresh in multi-threaded environments, which could cause authentication to fail sporadically.