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 and TLS #2235

Closed alondhe closed 1 year ago

alondhe commented 1 year ago

Issue #2230

In this PR version, I've removed the extra maven and ohdsi repo entries for the webapi-docker profile.

However, I have added a repo entry for ohdsi snapshots. This ensures that all snapshots from the ohdsi repo are handled with TLS enabled, and doesn't revert to using snapshots on the non-TLS sites.

anthonysena commented 1 year ago

Tagging @chgl and @leeevans for any feedback on this PR.