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

No way to setup buildkitd with TLS transport #235

Closed
trusch opened this issue Dec 20, 2017 · 5 comments
Closed

No way to setup buildkitd with TLS transport #235

trusch opened this issue Dec 20, 2017 · 5 comments

Comments

@trusch
Copy link
Contributor

trusch commented Dec 20, 2017

I want to deploy buildkitd and access it via TLS secured transport (without WithInsecure() grpc client option).

Is there a reason that this possibility doesn't exists? If if it just not implemented, I can take care of that.

@AkihiroSuda
Copy link
Member

@vdemeester @tonistiigi

Should it be implemented within buildkitd, or 3rd party proxy middleware can be used?

@trusch
Copy link
Contributor Author

trusch commented Dec 20, 2017

@AkihiroSuda It is just two or three command line flags and one additional gRPC server option. Server side is nearly ready ;) Using a proxy for that would be overkill from my point of view, but thats just my two cents.

@vdemeester
Copy link
Member

Is there a reason that this possibility doesn't exists? If if it just not implemented, I can take care of that.

It's just not implemented 👼. And yes, I do agree with you @trusch, it should be easy to add it within buildkitd 😉

@trusch
Copy link
Contributor Author

trusch commented Dec 20, 2017

PR #236 will solve that I think.

@trusch
Copy link
Contributor Author

trusch commented Dec 22, 2017

Closed by #236

@trusch trusch closed this as completed Dec 22, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants