This changeset fixes a typo by removing an extra E from the Login.gov sign in URL, which was causing the STATE variable to not be properly replaced with the actual state, because STATE != STATEE.
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
This changeset makes a couple of more adjustments to the prod and demo deploy actions to make sure they are in sync with staging and work.
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
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>