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

Encrypted gRPC #1

Open
2 tasks
ygina opened this issue May 24, 2021 · 0 comments
Open
2 tasks

Encrypted gRPC #1

ygina opened this issue May 24, 2021 · 0 comments
Assignees
Labels

Comments

@ygina
Copy link
Collaborator

ygina commented May 24, 2021

The controller serves a gRPC service. The sensor SDK and hosts currently connect to this service using an http address, but this communication should be encrypted in case there is a passive adversary. Hosts also serve a gRPC service, where communication from the controller should be encrypted. Communication from requests to the host (for data and network accesses) use the local loopback interface. See: https://grpc.io/docs/guides/auth/

  • encrypt communication between sensors and controller
  • encrypt communication between controller and hosts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants