User Center (usr)
Description
Provides logic for serving user connections to the system via APIs in the context of state management.
Divided into microservices by domain. Data is automatically synchronized between sites serving the domain.
Reserved in Active-Passive mode. Scaled by domain tree partitioning.
Code |
|
Mode of operation |
|
Backup mode |
|
Types of sites |
|
Layer |
|
Placement |
|
Saving and restoring state on reboot |
|
appendix |
|
Parameters
Configuration example
The configuration is managed in an application available to master domain administrators. The application hides the full content of the configuration, but it is nevertheless accessible via the API.
The configuration contains a section to describe all instances of all roles. Parameters are defined for each specific role instance.
{
"name": "usr1",
"roletype": "usr",
"iface": "eth0",
"group": 11440,
"order": 1,
"include_domains": [
"test.rootdomain.ru"
]
}