opensafely-core / backend-server

Infrastructure code for managing partner hosted OpenSAFELY backend servers.
0 stars 2 forks source link

Refactor so that airlock envvars are updated as expected #211

Closed madwort closed 9 months ago

madwort commented 9 months ago

observed behaviour

If you update configuration for airlock in e.g. backends/mybackend/backend.env & run just install-airlock it does not pull in the new configuration - you need to also run just install-jobrunner.

expected behaviour

If you update configuration for airlock in e.g. backends/mybackend/backend.env & run just install-airlock it should pull in the new configuration.

madwort commented 9 months ago

wip https://github.com/opensafely-core/backend-server/pull/217