Skip to content
Merged
8 changes: 8 additions & 0 deletions doc/tooling/tcm/tcm_integrity_check.rst
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,11 @@ Integrity check can be enabled directly in the |tcm| configuration file:
security:
integrity-check: true
signature-private-key-file: /etc/tcm/private_key.pem

.. note::

The ``integrity-check-period`` option works only in the ``tt`` + Tarantool setup, where tt periodically verifies the integrity of the running instance.
In TCM, this option is not used, as the component only uploads and verifies configuration signatures and does not interact directly with the database.
Moreover, TCM cannot stop Tarantool execution in case of an integrity check failure — this behavior is specific to tt when Tarantool
is started with the ``--integrity-check`` and ``--integrity-check-period`` options.
Read details about ``tt`` integrity check in :ref:`its documentation <tt-start-integrity-check>`.
8 changes: 8 additions & 0 deletions locale/en/tooling/tcm/tcm_integrity_check.pot
Original file line number Diff line number Diff line change
Expand Up @@ -77,3 +77,11 @@ msgstr ""
#: ../../../doc/tooling/tcm/tcm_integrity_check.rst:48
msgid "Integrity check can be enabled directly in the |tcm| configuration file:"
msgstr ""

#: ../../../doc/tooling/tcm/tcm_integrity_check.rst:59
msgid "The ``integrity-check-period`` option works only in the ``tt`` + Tarantool setup, where tt periodically verifies the integrity of the running instance. "
"In TCM, this option is not used, as the component only uploads and verifies configuration signatures and does not interact directly with the database. "
"Moreover, TCM cannot stop Tarantool execution in case of an integrity check failure — this behavior is specific to tt when Tarantool "
"is started with the ``--integrity-check`` and ``--integrity-check-period`` options. "
"Read details about ``tt`` integrity check in :ref:`its documentation <tt-start-integrity-check>`."
msgstr ""
12 changes: 12 additions & 0 deletions locale/ru/LC_MESSAGES/tooling/tcm/tcm_integrity_check.po
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,15 @@ msgid ""
"Integrity check can be enabled directly in the |tcm| configuration file:"
msgstr ""
"Проверку целостности можно включить в конфигурационном файле |tcm|:"

msgid ""
"The ``integrity-check-period`` option works only in the ``tt`` + Tarantool setup, where tt periodically verifies the integrity of the running instance. "
"In TCM, this option is not used, as the component only uploads and verifies configuration signatures and does not interact directly with the database. "
"Moreover, TCM cannot stop Tarantool execution in case of an integrity check failure — this behavior is specific to tt when Tarantool "
"is started with the ``--integrity-check`` and ``--integrity-check-period`` options. "
"Read details about ``tt`` integrity check in :ref:`its documentation <tt-start-integrity-check>`."
msgstr ""
"``integrity-check-period`` работает только в связке ``tt`` + Tarantool, где ``tt`` периодически проверяет целостность запущенного экземпляра. "
"В TCM параметр не используется, так как компонент лишь загружает и проверяет подписи конфигураций, не взаимодействуя напрямую с базой данных. "
"Кроме того, у TCM отсутствует возможность остановить выполнение Tarantool в случае обнаружения проблем — это делает только ``tt``, запуская Tarantool с параметрами ``--integrity-check`` и ``--integrity-check-period``. "
"Подробнее о проверке целостности ``tt`` читайте в :ref:`документации <tt-start-integrity-check>`."