Skip to content

Commit 916500f

Browse files
authored
doc: add note about tt integrity check (#5426)
* doc: add note about tt integrity check and its localization
1 parent 99a235a commit 916500f

File tree

3 files changed

+28
-0
lines changed

3 files changed

+28
-0
lines changed

doc/tooling/tcm/tcm_integrity_check.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,3 +53,11 @@ 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+
Read details about ``tt`` integrity check in :ref:`its documentation <tt-start-integrity-check>`.

locale/en/tooling/tcm/tcm_integrity_check.pot

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

locale/ru/LC_MESSAGES/tooling/tcm/tcm_integrity_check.po

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,3 +64,15 @@ msgid ""
6464
"Integrity check can be enabled directly in the |tcm| configuration file:"
6565
msgstr ""
6666
"Проверку целостности можно включить в конфигурационном файле |tcm|:"
67+
68+
msgid ""
69+
"The ``integrity-check-period`` option works only in the ``tt`` + Tarantool setup, where tt periodically verifies the integrity of the running instance. "
70+
"In TCM, this option is not used, as the component only uploads and verifies configuration signatures and does not interact directly with the database. "
71+
"Moreover, TCM cannot stop Tarantool execution in case of an integrity check failure — this behavior is specific to tt when Tarantool "
72+
"is started with the ``--integrity-check`` and ``--integrity-check-period`` options. "
73+
"Read details about ``tt`` integrity check in :ref:`its documentation <tt-start-integrity-check>`."
74+
msgstr ""
75+
"``integrity-check-period`` работает только в связке ``tt`` + Tarantool, где ``tt`` периодически проверяет целостность запущенного экземпляра. "
76+
"В TCM параметр не используется, так как компонент лишь загружает и проверяет подписи конфигураций, не взаимодействуя напрямую с базой данных. "
77+
"Кроме того, у TCM отсутствует возможность остановить выполнение Tarantool в случае обнаружения проблем — это делает только ``tt``, запуская Tarantool с параметрами ``--integrity-check`` и ``--integrity-check-period``. "
78+
"Подробнее о проверке целостности ``tt`` читайте в :ref:`документации <tt-start-integrity-check>`."

0 commit comments

Comments
 (0)