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>
This changeset updates our dependabot.yml configuration to match what the documentation currently says is current:
* Adjusts version referenced from 3 to 2 to match the docs
* Adjusts the formatting of values to match the docs
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
This changeset updates several Python dependencies that Dependabot has flagged.
It also ignores a pip-audit report of idna, which incorrectly flagged the version we are on as having been affected by PYSEC-2024-60; this was fixed in version 3.7 of idna, which we are currently using. We will update the action again once the audit flag is corrected and/or another fix version is released (if needed).
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>