This changeset puts us back to Python 3.12.9 since we are still wrestling with certificate validation errors in Python 3.13 and no easy way to test things without breaking our deployment flow currently.
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
This changeset unpins the egress proxy release now that we have resolved the other issues surrounding the connectivity to S3. It also makes sure the eventlet dependency is up-to-date.
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
This changeset pins the egress proxy to a previous release to help troubleshoot a potential issue with the underlying Caddy server update.
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
This changeset swaps the CF_USERNAME and CF_PASSWORD config vars to be proper env vars so they can be read in as expected.
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
This changeset adds a few missing inputs to the egress proxy deploy action so that it can use the provided environment variables properly.
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
This changeset updates the installation of the cg-egress-proxy repo on account of the recent change to use the newer cg-cli-tools. It also forces the update for staging to test this out for now; we will have to uncomment the check once this is working.
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>