|
| 1 | +# SOME DESCRIPTIVE TITLE. |
| 2 | +# Copyright (C) |
| 3 | +# This file is distributed under the same license as the Tarantool package. |
| 4 | +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. |
| 5 | +# |
| 6 | +#, fuzzy |
| 7 | +msgid "" |
| 8 | +msgstr "" |
| 9 | +"Project-Id-Version: Tarantool 3.0\n" |
| 10 | +"Report-Msgid-Bugs-To: \n" |
| 11 | +"POT-Creation-Date: 2025-10-16 13:03+0000\n" |
| 12 | +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" |
| 13 | +" Last-Translator: Maryia Lichko <[email protected]>\n" |
| 14 | +" Language-Team: LANGUAGE <[email protected]>\n" |
| 15 | +"MIME-Version: 1.0\n" |
| 16 | +"Content-Type: text/plain; charset=UTF-8\n" |
| 17 | +"Content-Transfer-Encoding: 8bit\n" |
| 18 | + |
| 19 | + |
| 20 | +#: ../../../doc/tooling/tcm/tcm_integrity_check.rst:10 |
| 21 | +msgid "|tcm| supports the integrity check mechanism. " |
| 22 | +"The integrity check mechanism in TCM verifies the digital signature of centralized configuration files. " |
| 23 | +"It ensures that TCM only applies configurations that are signed with a trusted private key. " |
| 24 | +msgstr "" |
| 25 | + |
| 26 | +#: ../../../doc/tooling/tcm/tcm_integrity_check.rst:14 |
| 27 | +msgid "This mechanism allows TCM to: " |
| 28 | +msgstr "" |
| 29 | + |
| 30 | +#: ../../../doc/tooling/tcm/tcm_integrity_check.rst:16 |
| 31 | +msgid "* Update the configuration with integrity check support. " |
| 32 | +"* Detect unauthorized changes in centralized configuration. " |
| 33 | +msgstr "" |
| 34 | + |
| 35 | +#: ../../../doc/tooling/tcm/tcm_integrity_check.rst:21 |
| 36 | +msgid "Configure integrity check " |
| 37 | +msgstr "" |
| 38 | + |
| 39 | +#: ../../../doc/tooling/tcm/tcm_integrity_check.rst:24 |
| 40 | +msgid "Configuration parameters " |
| 41 | +msgstr "" |
| 42 | + |
| 43 | +#: ../../../doc/tooling/tcm/tcm_integrity_check.rst:27 |
| 44 | +msgid ".. list-table:: " |
| 45 | +" :header-rows: 1 " |
| 46 | +" :widths: 35 45 10 10 " |
| 47 | +" " |
| 48 | +" * - Parameter " |
| 49 | +" - Description " |
| 50 | +" - Type " |
| 51 | +" - Default " |
| 52 | +" * - :ref:`security.integrity-check <tcm_configuration_reference_security_integrity-check>` " |
| 53 | +" - Enables signature validation " |
| 54 | +" - ``bool`` " |
| 55 | +" - ``false`` " |
| 56 | +" * - :ref:`security.signature-private-key-file <tcm_configuration_reference_security_signature-private-key-file>` " |
| 57 | +" - Path to the private key for signing configuration " |
| 58 | +" - ``string`` " |
| 59 | +" - ``""`` " |
| 60 | +msgstr "" |
| 61 | + |
| 62 | +#: ../../../doc/tooling/tcm/tcm_integrity_check.rst:45 |
| 63 | +msgid "Example configuration " |
| 64 | +msgstr "" |
| 65 | + |
| 66 | +#: ../../../doc/tooling/tcm/tcm_integrity_check.rst:48 |
| 67 | +msgid "Integrity check can be enabled directly in the |tcm| configuration file: " |
| 68 | +msgstr "" |
| 69 | + |
| 70 | +#: ../../../doc/tooling/tcm/tcm_integrity_check.rst:50 |
| 71 | +msgid ".. code-block:: yaml " |
| 72 | +" " |
| 73 | +" # tcm.yaml " |
| 74 | +" security: " |
| 75 | +" integrity-check: true " |
| 76 | +" signature-private-key-file: /etc/tcm/private_key.pem " |
| 77 | +msgstr "" |
| 78 | + |
| 79 | + |
| 80 | + |
| 81 | + |
| 82 | + |
| 83 | + |
| 84 | + |
| 85 | + |
| 86 | + |
| 87 | + |
0 commit comments