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

Provide TLS certificate to gRPC gateway #8418

Merged
merged 5 commits into from
Feb 10, 2021

Conversation

prestonvanloon
Copy link
Member

What type of PR is this?

Bug fix

What does this PR do? Why is it needed?

gRPC gateway is effectively a gRPC client that connects to the beacon node. The gRPC gateway needs the TLS certificate if the beacon node is serving gRPC with TLS.

Which issues(s) does this PR fix?

Fixes #8414

Other notes for review

I had to generate an SSL cert with subjectAltName = IP:127.0.0.1 or gRPC client was complaining.

Tested by accessing http://127.0.0.1:3500/eth/v1alpha1/node/version and :8080/healthz without issue.

@prylabs-bulldozer prylabs-bulldozer bot merged commit cbd01d4 into develop Feb 10, 2021
@delete-merged-branch delete-merged-branch bot deleted the tls-grpc-gateway-fix branch February 10, 2021 04:23
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.

v1.1.0 - Incorrect response from /healthz endpoint
2 participants