iryonetwork / wwm

Iryo's pilot project for refugee camps
7 stars 3 forks source link

Add a new discovery service #29

Closed dominikznidar closed 6 years ago

dominikznidar commented 6 years ago

Discovery service is responsible for matching user identifiable information to storage patient IDs.

The data is kept in sync with symmetric service that keeps data between different instances of database replicated according to our custom replication rules.

mateuszkrasucki commented 6 years ago

postgres cert definition json is missing

dominikznidar commented 6 years ago

@mateuszkrasucki added

mateuszkrasucki commented 6 years ago

Looks good to me except my small comments; will need some integration with auth.

dominikznidar commented 6 years ago

@mateuszkrasucki where are those small comments?

mateuszkrasucki commented 6 years ago

@dominikznidar hm, in the review? like this one: "As I see based on docs, in the case of discovery API there should be "link" in whitelsitURLSanitize." you don't see those? I've posted them when the PR was first opened.

mateuszkrasucki commented 6 years ago

To make postgres start I needed to add in docker-compose config: postgres: build: context: . dockerfile: ./services/postgres/Dockerfile volumes: