Skip to content

Commit 6ae61ca

Browse files
author
mar
committed
doc: add note about tt integrity check
1 parent eba75fb commit 6ae61ca

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

doc/tooling/tcm/tcm_integrity_check.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,3 +53,12 @@ Integrity check can be enabled directly in the |tcm| configuration file:
5353
security:
5454
integrity-check: true
5555
signature-private-key-file: /etc/tcm/private_key.pem
56+
57+
.. note::
58+
59+
The ``integrity-check-period`` option works only in the tt + Tarantool setup, where tt periodically verifies the integrity of the running instance.
60+
In TCM, this option is not used, as the component only uploads and verifies configuration signatures and does not interact directly with the database.
61+
Moreover, TCM cannot stop Tarantool execution in case of an integrity check failure — this behavior is specific to tt when Tarantool
62+
is started with the ``--integrity-check`` and ``--integrity-check-period`` options.
63+
64+
Read details about tt integrity check in :ref:`its documentation <tt-start-integrity-check>`

0 commit comments

Comments
 (0)