OHDSI / Atlas

ATLAS is an open source software tool for researchers to conduct scientific analyses on standardized observational data
http://atlas-demo.ohdsi.org/
Apache License 2.0
269 stars 136 forks source link

Atlas on GCP via HTTPS #2948

Open denniscunningham opened 2 months ago

denniscunningham commented 2 months ago

I am using the pre-packaged Atlas offered by GCP: https://cloud.google.com/blog/topics/healthcare-life-sciences/powering-open-source-healthcare-research-on-google-cloud and Google Cloud console.

Unfortunately the out-of-the-box image does not work well with HTTPS, largely because the frontend makes HTTP calls to WebAPI. Lacking a better alternative, my plan is to update the WebAPI settings (set ‘security.ssl.enabled’ to true) and go from there.

Is this a known problem and/or is there a feature request to fix this? If not, are there a specific set of steps I should take? Is there another image somewhere that supports HTTPS?

konstjar commented 2 days ago

HTTPS should be configured on the Load Balancer side. In application you need to configure the proper DNS and ‘security.ssl.enabled’ to true.