Skip to content

Commit 52df78b

Browse files
committed
Add TCM security page doc
1 parent 019ecb5 commit 52df78b

File tree

5 files changed

+49
-9
lines changed

5 files changed

+49
-9
lines changed

doc/platform/security/security.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ types of connections:
3333
* Over a binary port for read and write operations and procedure invocation.
3434

3535
For more information on authentication and connection types, see the
36-
:ref:`admin-security` section of the Tarantool manual.
36+
:ref:`admin-security` section in :ref:`Administration <admin>`.
3737

3838
In addition, Tarantool provides the following functionality:
3939

doc/tooling/tcm/tcm_cluster_management/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ to learn how to perform various management operations on Tarantool clusters from
1717
tcm_cluster_state
1818
tcm_cluster_config
1919
tcm_cluster_users
20+
tcm_cluster_security
2021
tcm_cluster_metrics
2122
tcm_supervised_failover
2223
tcm_cluster_migrations
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
.. _tcm_cluster_security:
2+
3+
Security settings
4+
=================
5+
6+
.. include:: ../index.rst
7+
:start-after: ee_note_tcm_start
8+
:end-before: ee_note_tcm_end
9+
10+
:ref:`configuration_reference_security`
11+
12+
|tcm_full_name| includes a web interface for managing security settings of connected
13+
clusters. It is available on the **Cluster** > **Security** page. On this page,
14+
you can manage the following security features in the cluster:
15+
16+
- *Authentication settings*: protocol (CHAP or PAP), number of retries, and
17+
the delay after a failed authentication attempt (``security.auth_*`` configuration options).
18+
To learn more about authentication settings, see :ref:`configuration_authentication`.
19+
- *Password policy*: minimal password length, mandatory characters, expiration
20+
period, and other settings (``security.password_*`` configuration options).
21+
To learn more about Tarantool password policy, see :ref:`enterprise-password-policy`.
22+
- *Guest access*: whether unauthenticated or :ref:`guest <authentication-passwords>`
23+
users can connect to cluster (``security.disable_guest`` configuration option).
24+
- *Secure erasing*: whether to delete data files so that it cannot be restored.
25+
(:ref:`security.secure_erasing <configuration_reference_security_secure_erasing>` configuration option).
26+
- *Audit log*: configure audit logging in the cluster
27+
(:ref:`audit_log.* <configuration_reference_audit>` configuration options)
28+
To learn how to manage audit logging, see :ref:`enterprise_audit_module`.
29+
30+
31+

doc/tooling/tcm/tcm_releases/tcm_1.2.rst

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,11 @@ on connected clusters. The new page **Migrations** in the **Cluster** page group
3636
provides a text editor where you can write migration scripts in Lua and apply them
3737
to the cluster.
3838

39-
Learn more about migrations in Tarantool :ref:`migrations`.
39+
Learn more about migrations in Tarantool :ref:`migrations`.
40+
41+
.. _tcm_releases_1_2_cluster_security:
42+
43+
Cluster security settings
44+
-------------------------
45+
46+
Learn more in :ref:`tcm_cluster_security`.

doc/tooling/tcm/tcm_ui_overview.rst

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -172,19 +172,20 @@ sent to this centralized storage.
172172

173173
Learn more in :ref:`tcm_configuring_clusters`.
174174

175-
.. _tcm_ui_cluster_migrations:
175+
.. _tcm_ui_cluster_security:
176176

177-
Migrations
178-
~~~~~~~~~~
177+
Security
178+
~~~~~~~~
179179

180-
The **Migrations** page provides centralized migration management tools for the selected cluster.
180+
The **Security** page provides controls for managing the cluster security settings.
181181

182-
.. image:: _images/tcm_ui_cluster_migrations.png
182+
.. image:: _images/tcm_ui_cluster_security.png
183183
:align: left
184184
:width: 700
185-
:alt: TCM cluster migrations page
185+
:alt: TCM cluster security page
186+
187+
Learn more in :ref:`tcm_cluster_security`.
186188

187-
Learn more in :ref:`tcm_cluster_migrations`.
188189

189190
.. _tcm_ui_cluster_tuples:
190191

0 commit comments

Comments
 (0)