File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed
org-formation/800-redirects Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -241,6 +241,22 @@ SynapseDockerRegistryProdDnsForward:
241241 # the value of the CNAME record
242242 TargetHostName : !CopyValue ['registry-prod-DockerFargateStack-LoadBalancerDNS', !Ref SynapseProdAccount]
243243
244+ # forward docker.synapse.org to prod' Synapse Docker registry ALB
245+ SynapseMCPDevDnsForward :
246+ Type : update-stacks
247+ Template : https://raw.githubusercontent.com/Sage-Bionetworks/aws-infra/v0.6.9/templates/R53/cname.yaml
248+ StackName : !Sub '${resourcePrefix}-synapse-mcp-dev-cname'
249+ StackDescription : Setup a CNAME for snypase-mcp-server dev ALB
250+ DefaultOrganizationBindingRegion : !Ref primaryRegion
251+ DefaultOrganizationBinding :
252+ Account : !Ref SynapseProdAccount
253+ Parameters :
254+ # the name of the CNAME record
255+ SourceHostName : " mcp-dev.synapse.org"
256+ # ID of the synapse.org zone (in Synapse prod account)
257+ SourceHostedZoneId : ZHAU99KV4A1WU
258+ # the value of the CNAME record
259+ TargetHostName : !CopyValue "synaps-AppLo-eUrDchB5Y55d-1276030746.us-east-1.elb.amazonaws.com"
244260
245261# forward dev.sagedpe.org to dev EKS stack ALB in org-sagebase-dnt-dev
246262# apps are setup with terraform at https://github.com/Sage-Bionetworks-Workflows/eks-stack
You can’t perform that action at this time.
0 commit comments