mc2-project / federated-xgboost

Federated gradient boosted decision tree learning
68 stars 20 forks source link

Robust gRPC authentication #6

Open chester-leung opened 4 years ago

chester-leung commented 4 years ago

Currently, the gRPC channel between aggregator and party is insecure. We want to establish secure channels and make authentication robust (autogenerate certs/keys, authenticate both sides).