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 theUser 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
andnotification-module
- allow ingress and egress traffic between
user-manager-module
andtherapy-device-module
- allow ingress and egress traffic between
user-manager-module
andehr-module
- allow ingress and egress traffic between
user-manager-module
andbooking-module
- allow ingress and egress traffic between
user-manager-module
andpatient-monitoring-portal
- and also one similar policy for each additional internal module...