-
Notifications
You must be signed in to change notification settings - Fork 10.6k
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
[TokenFetcherCredentials] add backoff and pre-fetching #37531
Closed
markdroth
wants to merge
39
commits into
grpc:master
from
markdroth:token_fetcher_call_creds_prefetch_and_backoff
Closed
[TokenFetcherCredentials] add backoff and pre-fetching #37531
markdroth
wants to merge
39
commits into
grpc:master
from
markdroth:token_fetcher_call_creds_prefetch_and_backoff
Conversation
This file contains 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
…nt_identity_call_creds
…nt_identity_call_creds
markdroth
added
the
release notes: no
Indicates if PR should not be in release notes
label
Aug 19, 2024
…all_creds_prefetch_and_backoff
…all_creds_prefetch_and_backoff
…l_creds_prefetch_and_backoff
grpc-checks
bot
added
per-call-memory/increase
and removed
per-call-memory/neutral
labels
Aug 22, 2024
…l_creds_prefetch_and_backoff
grpc-checks
bot
added
per-call-memory/neutral
and removed
per-call-memory/increase
labels
Aug 23, 2024
matthewstevenson88
approved these changes
Aug 23, 2024
markdroth
added a commit
to markdroth/grpc
that referenced
this pull request
Aug 24, 2024
This reverts commit a615c50.
paulosjca
pushed a commit
to paulosjca/grpc
that referenced
this pull request
Aug 25, 2024
This adds functionality that is intended to be used for the new GcpServiceAccountIdentityCallCredentials implementation, as per gRFC A83 (grpc/proposal#438). However, it is also a useful improvement for all token-fetching call credentials types, so I am adding it to the base class. Closes grpc#37531 COPYBARA_INTEGRATE_REVIEW=grpc#37531 from markdroth:token_fetcher_call_creds_prefetch_and_backoff 0fcdb48 PiperOrigin-RevId: 666809903
paulosjca
pushed a commit
to paulosjca/grpc
that referenced
this pull request
Aug 25, 2024
The changes in grpc#37531 are causing test failures under run_tests.py (but not bazel), and grpc#37544 was built on top of grpc#37531, so both need to be reverted. Closes grpc#37567 COPYBARA_INTEGRATE_REVIEW=grpc#37567 from markdroth:call_creds_revert d086e06 PiperOrigin-RevId: 666978406
paulosjca
pushed a commit
to paulosjca/grpc
that referenced
this pull request
Aug 27, 2024
…rpc#37573) The first commit is a pure revert of the revert, and the second one has the fix. Closes grpc#37573 COPYBARA_INTEGRATE_REVIEW=grpc#37573 from markdroth:call_creds_roll_forward 2476329 PiperOrigin-RevId: 667672832
eugeneo
pushed a commit
to eugeneo/grpc
that referenced
this pull request
Aug 28, 2024
This adds functionality that is intended to be used for the new GcpServiceAccountIdentityCallCredentials implementation, as per gRFC A83 (grpc/proposal#438). However, it is also a useful improvement for all token-fetching call credentials types, so I am adding it to the base class. Closes grpc#37531 COPYBARA_INTEGRATE_REVIEW=grpc#37531 from markdroth:token_fetcher_call_creds_prefetch_and_backoff 0fcdb48 PiperOrigin-RevId: 666809903
eugeneo
pushed a commit
to eugeneo/grpc
that referenced
this pull request
Aug 28, 2024
The changes in grpc#37531 are causing test failures under run_tests.py (but not bazel), and grpc#37544 was built on top of grpc#37531, so both need to be reverted. Closes grpc#37567 COPYBARA_INTEGRATE_REVIEW=grpc#37567 from markdroth:call_creds_revert d086e06 PiperOrigin-RevId: 666978406
eugeneo
pushed a commit
to eugeneo/grpc
that referenced
this pull request
Aug 28, 2024
…rpc#37573) The first commit is a pure revert of the revert, and the second one has the fix. Closes grpc#37573 COPYBARA_INTEGRATE_REVIEW=grpc#37573 from markdroth:call_creds_roll_forward 2476329 PiperOrigin-RevId: 667672832
sourabhsinghs
pushed a commit
to sourabhsinghs/grpc
that referenced
this pull request
Sep 26, 2024
This adds functionality that is intended to be used for the new GcpServiceAccountIdentityCallCredentials implementation, as per gRFC A83 (grpc/proposal#438). However, it is also a useful improvement for all token-fetching call credentials types, so I am adding it to the base class. Closes grpc#37531 COPYBARA_INTEGRATE_REVIEW=grpc#37531 from markdroth:token_fetcher_call_creds_prefetch_and_backoff 0fcdb48 PiperOrigin-RevId: 666809903
sourabhsinghs
pushed a commit
to sourabhsinghs/grpc
that referenced
this pull request
Sep 26, 2024
The changes in grpc#37531 are causing test failures under run_tests.py (but not bazel), and grpc#37544 was built on top of grpc#37531, so both need to be reverted. Closes grpc#37567 COPYBARA_INTEGRATE_REVIEW=grpc#37567 from markdroth:call_creds_revert d086e06 PiperOrigin-RevId: 666978406
sourabhsinghs
pushed a commit
to sourabhsinghs/grpc
that referenced
this pull request
Sep 26, 2024
…rpc#37573) The first commit is a pure revert of the revert, and the second one has the fix. Closes grpc#37573 COPYBARA_INTEGRATE_REVIEW=grpc#37573 from markdroth:call_creds_roll_forward 2476329 PiperOrigin-RevId: 667672832
paulosjca
pushed a commit
to paulosjca/grpc
that referenced
this pull request
Nov 25, 2024
This adds functionality that is intended to be used for the new GcpServiceAccountIdentityCallCredentials implementation, as per gRFC A83 (grpc/proposal#438). However, it is also a useful improvement for all token-fetching call credentials types, so I am adding it to the base class. Closes grpc#37531 COPYBARA_INTEGRATE_REVIEW=grpc#37531 from markdroth:token_fetcher_call_creds_prefetch_and_backoff 0fcdb48 PiperOrigin-RevId: 666809903
paulosjca
pushed a commit
to paulosjca/grpc
that referenced
this pull request
Nov 25, 2024
The changes in grpc#37531 are causing test failures under run_tests.py (but not bazel), and grpc#37544 was built on top of grpc#37531, so both need to be reverted. Closes grpc#37567 COPYBARA_INTEGRATE_REVIEW=grpc#37567 from markdroth:call_creds_revert d086e06 PiperOrigin-RevId: 666978406
paulosjca
pushed a commit
to paulosjca/grpc
that referenced
this pull request
Nov 25, 2024
…rpc#37573) The first commit is a pure revert of the revert, and the second one has the fix. Closes grpc#37573 COPYBARA_INTEGRATE_REVIEW=grpc#37573 from markdroth:call_creds_roll_forward 2476329 PiperOrigin-RevId: 667672832
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bloat/medium
lang/core
per-call-memory/neutral
per-channel-memory/neutral
release notes: no
Indicates if PR should not be in release notes
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.
This adds functionality that is intended to be used for the new GcpServiceAccountIdentityCallCredentials implementation, as per gRFC A83 (grpc/proposal#438). However, it is also a useful improvement for all token-fetching call credentials types, so I am adding it to the base class.