File tree 2 files changed +50
-7
lines changed
doc/reference/tooling/tcm
2 files changed +50
-7
lines changed Original file line number Diff line number Diff line change @@ -20,17 +20,19 @@ in an instance's console.
20
20
distribution package. It is shipped as an executable that is ready to run on Linux
21
21
and macOS platforms.
22
22
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
25
25
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.
30
28
31
29
To provide enterprise-grade security, |tcm | features its own role-based access control.
32
30
You can create users and assign them roles that include required permissions.
33
31
For example, a user can be an administrator of a specific cluster or only have the right
34
32
to read data. LDAP authorization is supported as well.
35
33
36
- .. TODO: table of contents
34
+ .. TODO: table of contents
35
+
36
+ .. toctree ::
37
+
38
+ tcm_access_control
Original file line number Diff line number Diff line change
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
You can’t perform that action at this time.
0 commit comments