Sundhedsdatastyrelsen / ehdsi

Danish implementation of MyHealth @ EU – eHealth Digital Service Infrastructure (eHDSI)
MIT License
2 stars 0 forks source link

Service discovery metadata in EU training environment #5

Open hansbugge opened 4 months ago

hansbugge commented 4 months ago

We need to update the service metadata in the EU training environment in order to run tests. To begin with, we should have metadata for our local docker services so that we can test on the development environments. Once we have a training environment server running we need to update the metadata to point to that.

The service metadata is generated using the openncp-gateway which by default is running at http://localhost:8082/openncp-gateway/ with default login admin/password. The gateway will use the configured SEAL certificate to sign the data before uploading it to the central metadata service. The public key of this certificate needs to be registered at the metadata service.

The metadata service GUI is available at: https://smp-ehealth-trn.acc.edelivery.tech.ec.europa.eu/ui/ We have a login for it (ask me). After logging in, we can upload certificates keys.

Related: #4