This changeset fixes the prod and deployment actions so they have the correct environment variables. It also fixes the egress proxy deploy config for each.
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
This changeset corrects the reference to the environment names that we are actually trying to reference.
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 adds missing environment variables needed by the egress proxy to now properly deploy.
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>
This changeset removes the LOGIN_DOT_GOV_REGISTRATION_URL environment variable from the admin app deployment configuration. This is only needed for the API.
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
The E2E environment variables should not be included with our deploys because we do not want to enable or run E2E tests in production or production-like environments.
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>