-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add tt integrity check options #4341
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for the patch! Just a small nitpick left:
If an application configuration is published this way, it can be checked for integrity | ||
using the ``--integrity-check`` :ref:`global option <tt-global-options>`. | ||
|
||
.. code-block:: console | ||
|
||
$ tt --integrity-check public.pem start myapp |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It could be checked with tt cluster show
and used with tt start
.
using the checksums and starts the application in case of the success. Then, integrity | ||
checks are performed periodically while the application is running. By default, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tarantool also checks hashes/signs of modules on the load time (require('module') is called).
Co-authored-by: Oleg Jukovec <[email protected]>
Co-authored-by: Kseniia Antonova <[email protected]>
Resolves: https://github.com/tarantool/enterprise_doc/issues/261, https://github.com/tarantool/enterprise_doc/issues/262, https://github.com/tarantool/enterprise_doc/issues/263
Added information about integrity checks in tt-ee:
--integrity-check
--with-integrity-check
option--integrity-check-period
optionDeployment: https://docs.d.tarantool.io/en/doc/gh-261ee-tt-integrity-check/reference/tooling/tt_cli/start/#integrity-check