OHDSI / WebAPI

OHDSI WebAPI contains all OHDSI services that can be called from OHDSI applications
Apache License 2.0
126 stars 156 forks source link

webapi-docker profile still uses non-TLS url #2230

Closed alondhe closed 1 year ago

alondhe commented 1 year ago

Expected behavior

As discussed here: #1825 we should use TLS based URLs in the pom.

Actual behavior

This is not the case in the webapi-docker profile:

https://github.com/OHDSI/WebAPI/blob/master/pom.xml#L1345

Steps to reproduce behavior

As we lack the port access for 8085, this causes Docker builds to fail in our site.

alondhe commented 1 year ago

Additionally, the webapi-docker profile appears to be using an "ohdsi.snapshots" repo for several OHDSI dependencies.