forked from jaegertracing/jaeger
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Propagate the bearer token to the gRPC plugin server (jaegertracing#1822
) * Add bearer token forward to the GRPC storage plugin Signed-off-by: radekg <[email protected]> * Apply the changes suggested by @yurishkuro in the review Signed-off-by: radekg <[email protected]> * Update gRPC storage plugin readme with bearer token propagation instructions Signed-off-by: radekg <[email protected]> * Expose a literal from token propagation context, use literal in gRPC plugin, FindTraceIDs client context. Signed-off-by: radekg <[email protected]> * gRPC plugin client, uses original context everywhere, adapt upgrade function Signed-off-by: radekg <[email protected]> * Reuse the bearer token key string in the context key Signed-off-by: radekg <[email protected]> * upgradeContextWithBearerToken does not need a receiver Signed-off-by: radekg <[email protected]> * Apply make fmt Signed-off-by: radekg <[email protected]> * Add test coverage for context upgrades Signed-off-by: radekg <[email protected]> * D'oh, fmt for tests... Signed-off-by: radekg <[email protected]> Signed-off-by: Jonah Back <[email protected]>
- Loading branch information
Showing
4 changed files
with
73 additions
and
6 deletions.
There are no files selected for viewing
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
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
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
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