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

Hardening servers/workers #6

Open
mortendahl opened this issue Oct 9, 2019 · 0 comments
Open

Hardening servers/workers #6

mortendahl opened this issue Oct 9, 2019 · 0 comments

Comments

@mortendahl
Copy link
Member

mortendahl commented Oct 9, 2019

As part of getting closer to production-ready we need to address the issue of using TensorFlow servers that are not currently intended for malicious environments.

Proposal should address:

  • How we can obtain secure channels between MPC players (e.g. gRPC over TLS).

  • How each server can have control over what its executing (e.g. operations and graphs), preventing an adversary from e.g. telling it to execute a graph that sends all sensitive data.

  • What impact any changes will have on performance.

Suggestions:

  1. Custom build of TensorFlow with required modifications.

  2. Custom daemon functioning as gRPC proxy for co-located TensorFlow server

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

No branches or pull requests

1 participant