-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Incompatibility with bazel credential helper? #598
Comments
Hi Jay. We intended for our creds helper to be compatible with Bazel's. Perhaps that didn't survive some changes.
|
Apologies for the slow response, I took a bit of cool-off time after Bazelcon last week. It does look like these implementations have diverged. Bazel invokes the credential helper with a single argument,
It expects the credential helper to print a message like this on stdout:
Differences I'm seeing in credshelper.go:
What do you think is the best approach here? What helper implementations exist today? I see two possible plans here:
|
Hi Jay, Really appreciate the time you took recognizing the differences and where the implementations have diverged. I think both of your plans are feasible but I'd like some more time to think and discuss with our team if one would work better than the other. I will get back to you very soon to discuss if we have a preference either way. Thank you! |
Hi Jay, |
Thanks for the update, I'll keep an eye on this space! |
Hi @jayconrod, |
Hello! I'm one of the authors of
engflow_auth
, a Bazel credential helper that works with EngFlow.One of our users asked if they can use
engflow_auth
together with reclient. Sadly, it looks like this doesn't work. It looks like this repo supports a credential helper in credshelper.go, but the protocol is not the same.The text was updated successfully, but these errors were encountered: