ITISFoundation / osparc-ops-environments

osparc operations
MIT License
3 stars 6 forks source link

Compose env-var `Traefik IP_WHITELIST` from terraform outputs #530

Closed mrnicegyu11 closed 2 months ago

mrnicegyu11 commented 9 months ago

If we change (elastic) IPs in terraform, we need to copy-paste the new IPs into many places where they are hardcoded, such as the TRAEFIK_IP_WHITELIST env-var. We need to establish a system that these env-vars are automatically collected from terraform in the deployment pipeline.

### Tasks
- [x] AWS Master
- [x] AWS TIP
- [x] NIH PROD
- [x] NIH STAG
- [x] sim4life
YuryHrytsuk commented 8 months ago

It is partially done. We only need to update repo.config in all deployments accordingly

mrnicegyu11 commented 4 months ago

it is done on tip.science, we just need to propagate it

mrnicegyu11 commented 2 months ago

Fixed in https://git.speag.com/oSparc/osparc-ops-deployment-configuration/-/merge_requests/797, to be merged only after v1.76.0

mrnicegyu11 commented 2 months ago

done