LinuxForHealth / health-patterns

A collection of documentation and reference implementations that highlight how to combine various technologies into meaningful patterns for healthcare
https://alvearie.io/health-patterns/
Apache License 2.0
23 stars 22 forks source link

DEID Prep GET config list returns more than just list of DEID config files #193

Open rguderian opened 3 years ago

rguderian commented 3 years ago

For a newly deployed DEID Prep service, I attempt to get a list of configurations via:

https://test-enrichment-enrich-deid-prep.wh-health-patterns.dev.watson-health.ibm.com/config

The list I get back is: run-java.sh default quarkus app quarkus-run.jar lib

I am expecting to see just "default" in the list. The other items in the list are not stored configurations.

rguderian commented 2 years ago

This bug still exists in the deid-prep service. Verified on an enrich deployment on 5/3/2022.