Skip to main content
Version: 14.x (Next)

EHR Module requirements

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:

  • MONGODB_URL, necessary to connect the CRUD Service to MongoDB.

Service request for network policies

Open a Service Request and ask for specialist support to add these policies:

  • allow ingress and egress from the ehr-module to the user-auth-module
  • allow ingress from ehr-module to the patient-monitoring-portal

Namespaces configuration in the CMS

Add the following namespaces in the related CMS section. They are required to correctly communicate with other modules deployed in different projects.

[
{
"value": "{{USER_MANAGER_MODULE_NAMESPACE}}",
"label": "User Manager Module"
}
]