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

Support client certs for backend connections #333

Merged
merged 2 commits into from
Feb 8, 2019

Conversation

mastersingh24
Copy link
Contributor

@mastersingh24 mastersingh24 commented Feb 6, 2019

Added 3 flags to grpcwebproxy to support gRPC
backend which requires TLS client auth.

Fixes #332

Signed-off-by: mastersingh24 [email protected]

Added 3 flags to grpcwebproxy to support gRPC
backend which require TLS client auth.

Signed-off-by: mastersingh24 <[email protected]>
@mastersingh24 mastersingh24 changed the title Support client certs for backend connections (#332) Support client certs for backend connections Feb 6, 2019
Copy link
Contributor

@johanbrandhorst johanbrandhorst left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice work! Just a small comment from me.

go/grpcwebproxy/backend.go Outdated Show resolved Hide resolved
go/grpcwebproxy/backend.go Show resolved Hide resolved
Simplify logic by checking both
flagBackendTlsClientCert and
flagBackendTlsClientKey are set

Signed-off-by: mastersingh24 <[email protected]>
@johanbrandhorst
Copy link
Contributor

LGTM let's wait for the build to finish

@johanbrandhorst
Copy link
Contributor

I've restarted the failing tests, this change shouldn't be causing any test failures 🤔

@johanbrandhorst
Copy link
Contributor

Round 3, GO!

@johanbrandhorst johanbrandhorst merged commit 801c499 into improbable-eng:master Feb 8, 2019
@johanbrandhorst
Copy link
Contributor

Thanks for your contribution!

@mastersingh24
Copy link
Contributor Author

Cool. Thanks. And thanks for this project overall ... very cool.

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

Successfully merging this pull request may close these issues.

2 participants