feat(bigtable): verify daemon identity before routing accelerated RPCs - #4
Open
mutianf wants to merge 1 commit into
Open
feat(bigtable): verify daemon identity before routing accelerated RPCs#4mutianf wants to merge 1 commit into
mutianf wants to merge 1 commit into
Conversation
mutianf
commented
Aug 10, 2026
mutianf
force-pushed
the
accel-04-verify-daemon-identity
branch
from
August 10, 2026 16:38
d74b500 to
adcd81d
Compare
mutianf
force-pushed
the
accel-04-verify-daemon-identity
branch
2 times, most recently
from
August 11, 2026 14:07
0131b9c to
be4029d
Compare
mutianf
commented
Aug 11, 2026
Change-Id: I3708f7f8701acb5df8b62b6fd82e5097fd644c1a
mutianf
force-pushed
the
accel-04-verify-daemon-identity
branch
from
August 11, 2026 21:52
be4029d to
7eb8665
Compare
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.
Stack PR 4/7 — base:
accel-03-forward-auth-configReads the daemon's
identity.jsonand verifies the resolved principal matches the client's locally-resolved identity before routing any RPC; falls back to the native client with a warning on mismatch.Accelerator stack