feat(bigtable): pass Python client version to accelerator daemon for User-Agent prefixing - #6
Open
mutianf wants to merge 1 commit into
Conversation
mutianf
force-pushed
the
accel-06-client-version-user-agent
branch
from
August 10, 2026 16:38
8211860 to
d9fd46f
Compare
mutianf
force-pushed
the
accel-06-client-version-user-agent
branch
from
August 10, 2026 17:59
d9fd46f to
f0b08c0
Compare
mutianf
force-pushed
the
accel-06-client-version-user-agent
branch
from
August 11, 2026 14:07
f0b08c0 to
049c476
Compare
…User-Agent prefixing Pass --caller-user-agent python-v<version> when spawning the daemon so it can construct the full User-Agent prefix (e.g. python-v3.0.0a0-go-accelerator-v3.x.x) for accurate audit logging and traffic attribution. Change-Id: I621217335ad54377a84d44ab4b9af88770dd2958
mutianf
force-pushed
the
accel-06-client-version-user-agent
branch
from
August 11, 2026 21:53
049c476 to
9224f1d
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 6/7 — base:
accel-05-stdin-handshake-secretPasses the Python client version to the daemon via
--caller-user-agentso daemon-originated RPCs carry apython-v<version>User-Agent prefix.Accelerator stack