ORNL / DataFed

A Federated Scientific Data Management System
https://ornl.github.io/DataFed/
Other
18 stars 14 forks source link

Refactor entire DataFed system to use TLS instead of ZeroMQ #770

Open dvstans opened 3 years ago

dvstans commented 3 years ago

ZeroMQ prevents the use of standard load balancing and does not provide industry-standard security/encryption. Need to remove ZeroMQ from all DataFed components and replaces with TLS. The Core server should be refactored to use the ASIO library and an example is currently implemented in the deprecated facility server. (DataFed originally was based on TLS.)

JoshuaSBrown commented 1 year ago

This is a major design change and is a priority I believe.