Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Authenticate with remote GRPC via JWT#27161

Unanswered
RossCampbellDev asked this question inQ&A
Discussion options

We currently run bazel build and point it at a buildbarn storage backend (which is our remote cache), using TLS to authenticate with the remote service. We would like to move to using tokens for this (likely JWT, as this is what the buildbarn config supports) instead of TLS

is this possible? i made some attempts usingbazel build --remote_header=... but not really sure if that's the right option, or how to use it to pass a token through

You must be logged in to vote

Replies: 1 comment

Comment options

Please use the--credential_helper flag. That allows an external script to generate whatever headers you would like to pass to Buildbarn and other remote service, for example where you download yourhttp_archives from.

More information is available at

You must be logged in to vote
0 replies
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Category
Q&A
Labels
None yet
2 participants
@RossCampbellDev@moroten

[8]ページ先頭

©2009-2025 Movatter.jp