navapbc / wic-participant-recertification-portal

https://navapbc.github.io/wic-participant-recertification-portal/
Apache License 2.0
0 stars 1 forks source link

PRP-172 Set up DNS #43

Closed aplybeah closed 1 year ago

aplybeah commented 1 year ago

Ticket

https://wicmtdp.atlassian.net/browse/PRP-172

Changes

Context for reviewers

We need to set up certificates in ACM, DNS management with Route 53, TLS, and confirm friendly url name

Testing

  1. When complete users should be able to see the production environment here: wic-services.org
  2. other environments are accessible at dev.wic-services.org and staging.wic-services.org respectively
  3. checkov tests should pass:
    • CKV_AWS_260 (Disallow ingress from 0.0.0.0:0 to port 80),
    • CKV_AWS_2 (Implement HTTPS)
    • CKV_AWS_103 (Require TLS 1.2 as part of implementing HTTPS support),
    • CKV2_AWS_20 (redirect HTTP to HTTPS)