Authenticate with remote GRPC via JWT #27161
Unanswered
RossCampbellDev
asked this question in
Q&A
Replies: 1 comment
-
|
Please use the More information is available at |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
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 using
bazel build --remote_header=...but not really sure if that's the right option, or how to use it to pass a token throughBeta Was this translation helpful? Give feedback.
All reactions