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

RFC: use unix domain socket for internal RPC of gateway #10425

Closed
mitake opened this issue Jan 22, 2019 · 1 comment
Closed

RFC: use unix domain socket for internal RPC of gateway #10425

mitake opened this issue Jan 22, 2019 · 1 comment
Labels

Comments

@mitake
Copy link
Contributor

mitake commented Jan 22, 2019

The root cause of the recent problem fixed in #10366 is that etcd uses a certificate to itself. If etcd uses non TLS unix domain socket for the internal RPCs from gateway, the possibility of such a problem can be much more reduced.

cc @hexfusion @gyuho @xiang90 @jpbetz

(socketpair(2) is the ideal solution because it is completely invisible from outside but grpc-go seems to be not supporting creating connection from fd: grpc/grpc#6610)

@stale
Copy link

stale bot commented Apr 7, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed after 21 days if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Apr 7, 2020
@stale stale bot closed this as completed Apr 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

1 participant