Run webapp on the comm services cluster. Will not land until web.comm.app has been properly set up on prod
This will require a new keyserver image push with https://phab.comm.dev/D12927
Depends on D12906
Differential D12928
[keyserver] Run webapp through comm services cluster will on Jul 29 2024, 8:43 PM. Authored by Tags None Referenced Files
Details Run webapp on the comm services cluster. Will not land until web.comm.app has been properly set up on prod This will require a new keyserver image push with https://phab.comm.dev/D12927 Depends on D12906 terraform apply. Switched comm.software to point to web app load balancer and accessed the working web app. Used wyilio/keysever:1.0 for testing
Diff Detail
Event Timeline
Comment Actions General question: webapp_environment_vars = merge(local.secrets.webapp_secrets, { ... }) ? I'm not saying your approach is bad, I just want to understand the motivation
Comment Actions Wasn't something I exactly considered. I think my main motivation was keeping it as a .env format, but let me know if you think going with the secrets.json approach would be better. It would simplify the process of the null resource creating a .env file every time.
|