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.
Has anyone else encountered this problem? If so, is there a specific set of steps I should take? Or is there another image somewhere that supports HTTPS?
Thanks, Dennis