Skip to content

Commit

Permalink
Fix staging DNS records
Browse files Browse the repository at this point in the history
  • Loading branch information
farski committed Oct 13, 2023
1 parent b8b4c4a commit c4da885
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions dns/prx.org-hosted_zone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -726,12 +726,6 @@ Resources:
- _4cbdcf86962e70574094e66904a1f8c8.gmyctcqpsg.acm-validations.aws.
TTL: "3600"
Type: CNAME
# *.dovetail.staging.prx.org
- Name: !Sub _a2a9af945f56bf84f916af93043db1db.dovetail.staging.${Domain}
ResourceRecords:
- _6a8bd34f885b5be476aad7d18d70ffc9.gmyctcqpsg.acm-validations.aws.
TTL: "3600"
Type: CNAME
# proxy.prx.org
- Name: !Sub _f3668666f8f3d4e418cd356d3b9a2b24.proxy.${Domain}
ResourceRecords:
Expand Down
2 changes: 1 addition & 1 deletion spire/templates/shared-alb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Resources:
Properties:
DomainName: !If [IsProduction, "*.prx.org", "*.staging.prx.tech"]
SubjectAlternativeNames:
- !If [IsProduction, "*.dovetail.prx.org", "*.dovetail.staging.prx.org"]
- !If [IsProduction, "*.dovetail.prx.org", "*.dovetail.staging.prx.tech"]
- !If [IsProduction, "*.prxu.org", "*.staging.prxu.org"]
- !If [IsProduction, "*.prx.tech", !Ref "AWS::NoValue"]
- !If [IsProduction, "*.prx.mx", !Ref "AWS::NoValue"]
Expand Down

0 comments on commit c4da885

Please sign in to comment.