This changeset updates the PYSEC notices to ignore to due versions that either cannot be fixed or are false positives. Specifically, this changeset removes previously ignored vulnerability reports and adds PYSEC-2023-312 to the list because it is a false positive and refers to Redis itself, not the Python Redis client (see https://github.com/pypa/advisory-database/issues/237 for details).
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
This changeset re-enables our existing end-to-end tests and gets them working again after responding to a security incident.
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
This changeset accounts for having to explicitly install Terraform and updates our user configuration in several environments to account for team member changes.
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
This changeset updates many of our GitHub Action references to point to the latest versions to ensure they are kept up-to-date. This helps address any improvements and security patches that have been made to them.
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
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 missing environment variables needed by the egress proxy to now properly deploy.
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>