We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Similar to the existing C++ implementation: https://github.com/project-oak/oak/blob/2f257f2b32286bef1615c44bceb3a413346c5919/oak/server/grpc_client_node.h .
@ipetr0v have you looked into this already by any chance, as part of the gRPC server pseudo-node work?
The text was updated successfully, but these errors were encountered:
I haven't looked much into this yet, but I think we will be able to use tonic::client
tonic::client
Sorry, something went wrong.
Since tonic uses rustls (that doesn't support checking certificates using IP addresses yet: rustls/rustls#184), we will always need to have a domain name defined for an external gRPC service: https://github.com/hyperium/tonic/blob/f6ecaff0de76de16cb1f680dc3473c8cf2bbaddd/examples/src/tls/client.rs#L13-L15
tonic
rustls
Also, do we need to authenticate a gRPC client Node to for an external gRPC service? Probably can be a separate PR (if we need this feature).
Add gRPC client pseudo-Node (#909)
af79230
This change adds a gRPC client pseudo-Node. Fixes #844
ipetr0v
Successfully merging a pull request may close this issue.
Similar to the existing C++ implementation: https://github.com/project-oak/oak/blob/2f257f2b32286bef1615c44bceb3a413346c5919/oak/server/grpc_client_node.h .
@ipetr0v have you looked into this already by any chance, as part of the gRPC server pseudo-node work?
The text was updated successfully, but these errors were encountered: