Skip to content

Commit ea999ec

Browse files
committed
Config credentials: topic
1 parent bf860be commit ea999ec

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

doc/concepts/configuration.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -451,5 +451,6 @@ To learn more about the persistence mechanism in Tarantool, see the :ref:`Persis
451451
configuration/configuration_etcd
452452
configuration/configuration_code
453453
configuration/configuration_connections
454+
configuration/configuration_credentials
454455
configuration/configuration_authentication
455456
.. configuration/configuration_migrating
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
.. _configuration_credentials:
2+
3+
Credentials
4+
===========
5+
6+
Tarantool enables flexible management of access to various database resources by providing specific privileges to users.
7+
You can read more about the main concepts of Tarantool access control system in the :ref:`authentication` section.
8+
9+
This topic describes how to create users and grant them the specified privileges in the :ref:`credentials <configuration_reference_credentials>` section of a YAML configuration.
10+
This might be used to create specific users used in communications between Tarantool instances.
11+
For example, such users can be created to maintain replication and sharding in a Tarantool cluster.
12+

0 commit comments

Comments
 (0)