This commit is contained in:
Kenneth Kehl
2023-08-31 11:00:55 -07:00
parent 85de5bfc63
commit 062675ad9b
13 changed files with 4318 additions and 2881 deletions

View File

@@ -247,7 +247,7 @@ Within GitHub Actions, several scans take place every day to ensure security and
If you're checking out the system locally, you may want to create a user quickly.
`pipenv run flask command create-test-user`
`poetry run flask command create-test-user`
This will run an interactive prompt to create a user, and then mark that user as active. *Use a real mobile number* if you want to log in, as the SMS auth code will be sent here.
@@ -797,7 +797,7 @@ US_Notify Administrators are responsible for ensuring that remediations for vuln
U.S. Notify DNS records are maintained within [the 18f/dns repository](https://github.com/18F/dns/blob/main/terraform/notify.gov.tf). To create new DNS records for notify.gov or any subdomains:
1. Update the `notify.gov.tf` terraform to update or create the new records within Route53 and push the branch to the 18f/dns repository.
1. Update the `notify.gov.tf` terraform to update oƒr create the new records within Route53 and push the branch to the 18f/dns repository.
1. Open a PR.
1. Verify that the plan output within circleci creates the records that you expect.
1. Request a PR review from the 18F/tts-tech-portfolio team