morphic-bio / data-ingestion-development

Repository to track the internal issues regarding DRACC development and operations
0 stars 0 forks source link

connect schema servers to morphic.bio domain and verify access #33

Closed amnonkhen closed 7 months ago

amnonkhen commented 9 months ago

dev - dev.schema.morphic.bio prod - schema.morphic .bio work on it with Caty

Domains are managed using Route53.

amnonkhen commented 8 months ago

There is a problem now that the cloudfront distribution is not visible when trying to create an A record Alias in Route53.

image
KociOrges commented 8 months ago

From my investigation so far, the CloudFront distribution is not visible when creating a record Alias on Route 53, because the custom domain name (e.g., dev.schema.morphic.bio) which is used for routing traffic, needs to be added as an alternate domain name (CNAME) into that CloudFront distribution. To do this, however, a valid certificate must be first issued on that domain. To issue the certificate, there seems to be some ownership-dependent configuration required, particularly if the domain was not registered through AWS. Thus, need to resolve ownership configuration issues.

ESapenaVentura commented 8 months ago

Waiting on Cathy to answer @KociOrges about the update to the config to forward the subdomain to the route53 set-up

KociOrges commented 7 months ago

The subdomain routing management through Route 53 has now been resolved and the steps for setting up subdomains for MorPhiC are enumerated here: https://docs.google.com/document/d/1_L-c_PLWq-3DBGu_fjpN27RIo_WCbBJUKRvofzomv70/edit

gabsie commented 7 months ago

closing this one, as covered in another ticket