Skip to content

Commit df0d649

Browse files
authored
Revert "Add zenoh_security_tools (#595) (#609)" (#611)
This reverts commit aa23ecd.
1 parent aa23ecd commit df0d649

File tree

8 files changed

+3
-1138
lines changed

8 files changed

+3
-1138
lines changed

.github/workflows/style.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ jobs:
1919
steps:
2020
- uses: actions/checkout@v4
2121
- name: uncrustify
22-
run: /ros_entrypoint.sh ament_uncrustify rmw_zenoh_cpp/ zenoh_security_tools/
22+
run: /ros_entrypoint.sh ament_uncrustify rmw_zenoh_cpp/
2323
- name: cpplint
24-
run: /ros_entrypoint.sh ament_cpplint rmw_zenoh_cpp/ zenoh_security_tools/
24+
run: /ros_entrypoint.sh ament_cpplint rmw_zenoh_cpp/

README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -166,11 +166,6 @@ For example, if another `Zenoh router` is listening on IP address `192.168.1.1`
166166

167167
Then, start the `Zenoh router` after setting the `ZENOH_ROUTER_CONFIG_URI` environment variable to the absolute path of the modified config file.
168168

169-
### Security
170-
171-
Security is available in `rmw_zenoh` by means of access control, authentication and encryption.
172-
The [zenoh_security_tools](./zenoh_security_tools/) package contains a script to generate Zenoh configs with security configured along with documentation on its usage.
173-
174169
### Logging
175170

176171
The core of Zenoh is implemented in Rust and uses a logging library that can be configured via a `RUST_LOG` environment variable.
@@ -226,7 +221,7 @@ Note that composable nodes should *never* call `rclcpp::shutdown()`, as the comp
226221

227222
For more details, see https://github.com/ros2/rmw_zenoh/issues/170.
228223

229-
### rmw_zenoh is incompatible between Humble and newer distributions.
224+
### rmw_zenoh is incompatible between Humble and newer distributions.
230225

231226
Since Iron, ROS 2 introduced type hashes for messages and `rmw_zenoh` includes these type hashes in the Zenoh keyexpressions it constructs for data exchange. While participants will be discoverable, communication between Humble and newer distributions will fail, resulting in messages being silently dropped.
232227

zenoh_security_tools/CMakeLists.txt

Lines changed: 0 additions & 51 deletions
This file was deleted.

zenoh_security_tools/README.md

Lines changed: 0 additions & 178 deletions
This file was deleted.

zenoh_security_tools/package.xml

Lines changed: 0 additions & 26 deletions
This file was deleted.

0 commit comments

Comments
 (0)