Integrating ROS2 security with Zenoh #75
Replies: 2 comments 6 replies
-
The
Also, Therefore, supporting SROS2 would require some non-trivial changes in Out of curiosity, why do you need security for inter-process communications in a robot ? |
Beta Was this translation helpful? Give feedback.
-
In addition to what @JEnoch just mentioned (here), if your purpose it to have a secure data transmission from your robot (or Zenoh-DDS-Bridge) to the cloud, you can make use of TLS or QUIC transports in Zenoh. By doing so, in your DDS domain you use DDS security features and in Zenoh domain TLS or QUIC. |
Beta Was this translation helpful? Give feedback.
-
Hi,
We have used ROS2 security on the robot IPC and want to use zenoh to transfer the messages to cloud, but it seems like zenoh-bridge-dds doesn't have any feature to include ROS2 or DDS security feature. The security which we have used includes new nodes if the security environment variables are available. We also tried running zenoh dds bridge as a node but that also didn't work.
Without security everything is working fine, but in order to keep everything secure we want to use ROS2 security.
Beta Was this translation helpful? Give feedback.
All reactions