Skip to main content
Version: 13.x (Current)

User Manager Module requirements

Auth0

The User Manager Service is configured to use Auth0 as the external authentication provider. Follow this guide to configure Auth0.

Secrets

Secrets must be manually defined in an mlp.yaml file inside the project repository in order to interpolate their values in the environment variables. You can download the file here.

This is the list of Secrets that must be manually configured:

  • REDIS_HOSTS, redis host required by the Auth0 Client;
  • MONGODB_URL, necessary to connect the CRUD Service and the User Manager Service to MongoDB.

Service request for network policies

Define the network policies necessary to allow traffic between the User Manager Module namespace and other projects namespaces. Open a Service Request and ask for specialist support to add these policies:

  • allow ingress and egress traffic between user-manager-module and notification-module
  • allow ingress and egress traffic between user-manager-module and therapy-device-module
  • allow ingress and egress traffic between user-manager-module and ehr-module
  • allow ingress and egress traffic between user-manager-module and booking-module
  • allow ingress and egress traffic between user-manager-module and patient-monitoring-portal
  • and also one similar policy for each additional internal module...