Updated at July 17, 2026 02:08 PM
Security settings
Тarantool Cluster Manager includes a web interface for managing security settings of connected clusters. It is available on the Cluster > Security page. On this page, you can manage the following security features in the cluster:
- Authentication settings: protocol (CHAP or PAP), number of retries, and the delay after a failed authentication attempt (security.auth_* configuration options). To learn more about Tarantool authentication settings, see configuration_authentication.
- Password policy: minimal password length, required characters, expiration period, and other settings (security.password_* configuration options). To learn more about Tarantool password policy, see enterprise-password-policy.
- Guest access: whether unauthenticated or guest users can connect to cluster (security.disable_guest configuration option).
- Secure erasing: whether to delete data files securely so that they cannot be restored (security.secure_erasing configuration option).
- Audit log: configure audit logging in the cluster (audit_log.* configuration options). To learn how to manage audit logging in the cluster, see enterprise_audit_module.