Kousik Kumar
Kousik Kumar
Hi Yannic, thanks for the PR! Is the goal to eventually use this credentials from reclient? If so, could you instead use the `ExternalAuthToken` option? We would ideally like the...
Ah goot point about `remotetool`. For usage of creds helper for remotetool, could it be added as a flag in https://github.com/bazelbuild/remote-apis-sdks/blob/master/go/cmd/remotetool/main.go, then passed in via `ExternalAuthToken` flag to the core...
Heads up - we are rediscussing where the creds helper flag should live internally and I'll have an update here in a couple of days.
An update: I have a doc written and its being reviewed internally. Once we have agreement, I'll clean it up and share the interface externally (so a few more days).
I have opened a discussion proposal here https://github.com/bazelbuild/reclient/discussions/16 for credentials helper support. The TL;DR of that proposal is we'll add credentials helper flags along with the authentication flags in the...
@daniel-sudz We are currently implementing this in the SDK repository!
Thanks for the PR Ola! I generally like and agree with having a local disk cache feature, but I want to ask some due diligence questions. 1. In slow internet...
It would perhaps be useful to run a build with reclient, run some failing actions and ensure errors from the SDK are still being propagated as expected :D
You can run `strace` to run the toolchain binary (something like `strace -ff -trace=openat `) and find out all the files opened by the toolchain binary during its execution. The...
Closing out, please reopen if you need further info.