Overview
Overview
Admin project (or rs-admin) microservice has been designed to manage processes for the administration of
Regards. It is a multitenant microservice, deployed one for all user projects.
Regards has another microservice with a similar role, rs-admin-instance
, but dedicated to the system instance
administration.
rs-admin
responsibilities:
- Manage registrations and registration settings
- Manage users and their roles
- Manage endpoints security according to user roles
- Manage project notifications
- Manage licences
- Manage sessions concerning the monitoring of data additions in Regards
Concept | Compatibility | Description |
---|---|---|
Multitenant | Yes | Can handle multiple tenants/projects |
Vertical scalability | Yes | Uses Jobs system |
Horizontal scalability | No | Service can not be deployed with multiple instances |
You can learn how the service works in the How it works section.
How to use
- Browse all REST API available endpoints.