jlewi / flaap

Federated Learning and Analytics Protocols
Apache License 2.0
0 stars 0 forks source link

Workers should support TLS #35

Open jlewi opened 2 years ago

jlewi commented 2 years ago

Need to update the workers to support connecting to the taskstore using TLS

jlewi commented 2 years ago

Example code instantiating python grpc clients with TLS https://github.com/GoogleCloudPlatform/python-docs-samples/blob/26fd536d49798b6dab042078eaeb101f88c22c48/endpoints/bookstore-grpc/bookstore_client.py#L27