Skip to content

Commit 366b529

Browse files
committed
review fixes
1 parent 178d485 commit 366b529

File tree

2 files changed

+50
-7
lines changed

2 files changed

+50
-7
lines changed

doc/reference/tooling/tcm/index.rst

+9-7
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,19 @@ in an instance's console.
2020
distribution package. It is shipped as an executable that is ready to run on Linux
2121
and macOS platforms.
2222

23-
|tcm| works only with Tarantool EE clusters that are configured through `etcd <https://etcd.io/>`_.
24-
When you create or edit a cluster's configuration in |tcm|, it sends the saved
23+
|tcm| works only with Tarantool EE clusters that use :ref:`etcd as a configuration storage <configuration_etcd>`.
24+
When you create or edit a cluster's configuration in |tcm|, it publishes the saved
2525
configuration to etcd. This ensures consistent and reliable configuration storage.
26-
Learn more about :ref:`storing configuration in etcd <configuration_etcd>`.
27-
28-
A single |tcm| installation can manage multiple Tarantool EE clusters.
29-
A convenient switch in the web UI lets you select the desired cluster in one click.
26+
A single |tcm| installation can connect to multiple Tarantool EE clusters and
27+
switch between them in one click.
3028

3129
To provide enterprise-grade security, |tcm| features its own role-based access control.
3230
You can create users and assign them roles that include required permissions.
3331
For example, a user can be an administrator of a specific cluster or only have the right
3432
to read data. LDAP authorization is supported as well.
3533

36-
.. TODO: table of contents
34+
.. TODO: table of contents
35+
36+
.. toctree::
37+
38+
tcm_access_control
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
.. _tcm_access_control:
2+
3+
Access control
4+
==============
5+
6+
.. admonition:: Enterprise Edition
7+
:class: fact
8+
9+
|tcm_full_name| is a part of the `Enterprise Edition <https://www.tarantool.io/compare/>`_.
10+
11+
|tcm_full_name| features its own role-based access control.
12+
13+
14+
Users
15+
-----
16+
17+
who creates users
18+
which permissions
19+
20+
default users
21+
22+
create user
23+
edit user
24+
block user
25+
revoke sessions
26+
reset password
27+
28+
Password policy
29+
---------------
30+
31+
32+
Roles and permissions
33+
---------------------
34+
35+
built-in roles
36+
37+
permissions reference
38+
39+
create role
40+
edit role
41+
delete role

0 commit comments

Comments
 (0)