File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed
org-formation/800-redirects Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -258,6 +258,23 @@ SynapseMCPDevDnsForward:
258258 # the value of the CNAME record
259259 TargetHostName : !CopyValue ['synapse-mcp-dev-load-balancer-dns', !Ref DnTDevAccount]
260260
261+ # forward `mcp-stage.synapse.org` Synapse MCP server ALB
262+ SynapseMCPStageDnsForward :
263+ Type : update-stacks
264+ Template : https://raw.githubusercontent.com/Sage-Bionetworks/aws-infra/v0.6.9/templates/R53/cname.yaml
265+ StackName : !Sub '${resourcePrefix}-synapse-mcp-stage-cname'
266+ StackDescription : Setup a CNAME for synapse-stage-server dev ALB
267+ DefaultOrganizationBindingRegion : !Ref primaryRegion
268+ DefaultOrganizationBinding :
269+ Account : !Ref SynapseProdAccount
270+ Parameters :
271+ # the name of the CNAME record
272+ SourceHostName : " mcp-stage.synapse.org"
273+ # ID of the synapse.org zone (in Synapse prod account)
274+ SourceHostedZoneId : ZHAU99KV4A1WU
275+ # the value of the CNAME record
276+ TargetHostName : !CopyValue ['synapse-mcp-stage-load-balancer-dns', !Ref DpeProdAccount]
277+
261278# forward dev.sagedpe.org to dev EKS stack ALB in org-sagebase-dnt-dev
262279# apps are setup with terraform at https://github.com/Sage-Bionetworks-Workflows/eks-stack
263280SageDpeDevAppDnsForward :
You can’t perform that action at this time.
0 commit comments