Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add data-sharing with security incompatiblity warning (backport #979) #982

Open
wants to merge 1 commit into
base: 2.14.x
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/fastdds/security/includes/intro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,7 @@ and its value (:class:`std::string`).
However, it is possible to configure basic system security settings, i.e. authentication, access control and
encryption, to Fast DDS without this knowledge.

.. warning::
The use of security plugins is incompatible with :ref:`Data-sharing delivery <datasharing-delivery>`.

The following sections describe how to configure each of these properties to set up the Fast DDS security plugins.
1 change: 1 addition & 0 deletions docs/fastdds/transport/datasharing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ This feature is available only if the following requirements are met:
i.e., its |TopicDataType::is_bounded-api| member function returns true.
* The Topic :ref:`is not keyed<dds_layer_topic_keyed_data_types>`.
* The DataWriter is configured with |PREALLOCATED_MEMORY_MODE-api| or |PREALLOCATED_WITH_REALLOC_MEMORY_MODE-api|.
* No :ref:`security <security>` plugins are used.

There is also a limitation with the DataReader's HistoryQos.
Using Data-sharing mechanism, the DataWriter's history is shared with the DataReaders.
Expand Down