Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Atlas on GCP via HTTPS #2948

Open
denniscunningham opened this issue Aug 15, 2024 · 1 comment
Open

Atlas on GCP via HTTPS #2948

denniscunningham opened this issue Aug 15, 2024 · 1 comment

Comments

@denniscunningham
Copy link

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
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants