Skip to content

Commit

Permalink
Agora redirect dns name change (#1300)
Browse files Browse the repository at this point in the history
The certificate used for agora is validated for
adknowledgeportal.org domain not the dev, stage, and
prod sub domains therefore we can't use sub domains
unless we redo the certificate.  for simplicity we
rename to not use sub domains.
  • Loading branch information
zaro0508 authored Nov 22, 2024
1 parent aed64c8 commit 5a718b8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions org-formation/800-redirects/_tasks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ AgoraDevAppDnsForward:
Account: !Ref SageITAccount
Parameters:
# the name of the CNAME record
SourceHostName: "agora.dev.adknowledgeportal.org"
SourceHostName: "newagora-dev.adknowledgeportal.org"
# ID of the adknowledgeportal.org zone (in sageit account)
SourceHostedZoneId: "Z2DTJC6JTFRHBN"
# the value of the CNAME record
Expand All @@ -328,7 +328,7 @@ AgoraStageAppDnsForward:
Account: !Ref SageITAccount
Parameters:
# the name of the CNAME record
SourceHostName: "agora.stage.adknowledgeportal.org"
SourceHostName: "newagora-stage.adknowledgeportal.org"
# ID of the adknowledgeportal.org zone (in sageit account)
SourceHostedZoneId: "Z2DTJC6JTFRHBN"
# the value of the CNAME record
Expand All @@ -346,7 +346,7 @@ AgoraProdAppDnsForward:
Account: !Ref SageITAccount
Parameters:
# the name of the CNAME record
SourceHostName: "agora.prod.adknowledgeportal.org"
SourceHostName: "newagora-prod.adknowledgeportal.org"
# ID of the adknowledgeportal.org zone (in sageit account)
SourceHostedZoneId: "Z2DTJC6JTFRHBN"
# the value of the CNAME record
Expand Down

0 comments on commit 5a718b8

Please sign in to comment.