Skip to content

Commit de52248

Browse files
Add data-sharing with security incompatiblity warning (#979)
* Add data-sharing with security incompatiblity warning Signed-off-by: Juan Lopez Fernandez <juanlopez@eprosima.com> * Apply suggestion Signed-off-by: Juan Lopez Fernandez <juanlopez@eprosima.com> --------- Signed-off-by: Juan Lopez Fernandez <juanlopez@eprosima.com>
1 parent cc95496 commit de52248

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

docs/fastdds/security/includes/intro.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,7 @@ and its value (:class:`std::string`).
4444
However, it is possible to configure basic system security settings, i.e. authentication, access control and
4545
encryption, to Fast DDS without this knowledge.
4646

47+
.. warning::
48+
The use of security plugins is incompatible with :ref:`Data-sharing delivery <datasharing-delivery>`.
49+
4750
The following sections describe how to configure each of these properties to set up the Fast DDS security plugins.

docs/fastdds/transport/datasharing.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ This feature is available only if the following requirements are met:
6161
i.e., its |TopicDataType::is_bounded-api| member function returns true.
6262
* The Topic :ref:`is not keyed<dds_layer_topic_keyed_data_types>`.
6363
* The DataWriter is configured with |PREALLOCATED_MEMORY_MODE-api| or |PREALLOCATED_WITH_REALLOC_MEMORY_MODE-api|.
64+
* No :ref:`security <security>` plugins are used.
6465

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

0 commit comments

Comments
 (0)