Skip to content

Commit

Permalink
Remove prod domain from certificate
Browse files Browse the repository at this point in the history
  • Loading branch information
farski committed Oct 16, 2023
1 parent ccc601a commit 272b09f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion spire/templates/shared-alb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@ Resources:
Properties:
DomainName: !If [IsProduction, "*.prx.org", "*.staging.prx.tech"]
SubjectAlternativeNames:
- !If [IsProduction, "*.dovetail.prx.org", "*.dovetail.staging.prx.tech"]
# - !If [IsProduction, "*.dovetail.prx.org", "*.dovetail.staging.prx.tech"]
- !If [IsProduction, !Ref "AWS::NoValue", "*.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 272b09f

Please sign in to comment.