chop-dbhi / data-models-validator

Set of tools for validating data that should conform to a data model.
1 stars 2 forks source link

option to specify a proxy server #36

Open janetzahner opened 2 years ago

janetzahner commented 2 years ago

Can the tool allow for a proxy server option? Our firewall is blocking the communication. The IP for data-models-service.research.chop.edu does not appear to be static, so we can't just whitelist an IP address. If we could configure the tool to use a proxy server, that would solve our problem.

murphyke commented 2 years ago

@janetzahner I'll check into when we might be able to make that change.

chopnewmanm2 commented 2 years ago

@janetzahner I am going to be taking a look at this, I think it should be a relatively quick fix so I will keep you updated

janetzahner commented 2 years ago

@chopnewmanm2 @murphyke Thanks so much for your prompt attention!

chopnewmanm2 commented 2 years ago

@janetzahner Looking at this right now and it does seem like we do have a flag option called service that changes the url for our tool. Would this be efficient enough for you or am I misunderstanding the problem?

for example it would most likely look from your end:

data-models-validator -service [proxy url] -model omop -version 5.0.0 example.csv