Skip to content
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

Open
jayconrod opened this issue Oct 2, 2024 · 0 comments
Open

Incompatibility with bazel credential helper? #598

jayconrod opened this issue Oct 2, 2024 · 0 comments

Comments

@jayconrod
Copy link

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.

  1. Would you consider implementing the Bazel credential helper protocol? It would be nice to avoid incompatibility here. I'm happy to send a PR if that would be useful.
  2. If not, is the current credential helper protocol stable? Can it be documented?
  3. Is there any way to use the credential helper without OAuth2? Our credential helper does use OAuth2 to obtain a token in the background, but Bazel isn't aware of that, and it isn't surfaced in the credential helper protocol. We'd like to set HTTP headers to opaque strings.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant