Skip to main content
Version: 1.16

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
ConceptCompatibilityDescription
MultitenantYesCan handle multiple tenants/projects
Vertical scalabilityYesUses Jobs system
Horizontal scalabilityNoService can not be deployed with multiple instances

You can learn how the service works in the How it works section.

How to use

How to access source code

  • Microservice source code is available on GitHub.
  • notification module source included in this microservice is available on Github
  • accessrights module source included in this microservice is available on Github
  • session module source included in this microservice is available on Github