Skip to content

Latest commit

 

History

History
74 lines (46 loc) · 3.3 KB

File metadata and controls

74 lines (46 loc) · 3.3 KB
title Custom Domains
subtitle Use a custom subdomain for your cloud router endpoint
description Use a custom domain for your cloud router endpoint to minimize client-side changes, use existing security policies, and shield against DDoS attacks.
redirectFrom
/graphos/cloud-routing/custom-domains

import CloudRouterDiscontinuationNotice from '../../../shared/cloud-router-discontinuation-notice.mdx';

To interact with your supergraph, clients send requests to your router's endpoint. The custom domains feature lets you replace the default apollographos.net router endpoint URL with your own subdomain.

Custom domains can help to:

  • Minimize client-side changes
  • Use your existing CORS policies and security controls
  • Protect your cloud routers from DDoS attacks
  • Provide TLS termination to your cloud routers

How custom domains work

Custom domains use CNAME records to point requests made to your subdomain to your apollographos.net router endpoint URL. Custom domains run on Cloudflare's global network.

Custom domains setup

Setup includes two steps:

  1. Setting up a CNAME record in your DNS provider.
  2. Opening a ticket with Apollo support to enable your CNAME.

Custom domains will be available through self-service in GraphOS Studio later in 2024. In the meantime, you must open a support request to enable your CNAME with Apollo.

Setup a CNAME

Create a CNAME record in your DNS provider that points to your Dedicated variant's existing subdomain. For example, create a CNAME for api.mydomain.com that points to current--docs-example.apollographos.net.

You can find your Dedicated variant's subdomain in GraphOS Studio on the Cloud Router page under API Endpoint.

A cloud router's endpoint displayed on the Cloud Router page in GraphOS Studio

CNAME records are assigned at the variant level, so you must set up a separate CNAME record for each graph variant that requires a custom domain.

Using an existing CNAME

If you already have a CNAME record for the custom domain you want to use, contact Apollo Support before making any changes. We'll guide you through remapping from a different host to the GraphOS Cloud subdomain.

Open a support ticket

Next, open a support ticket requesting Apollo to enable your new CNAME. You can open a ticket by emailing [email protected]. Your request may take up to two business days to process. Apollo will notify you when your new CNAME is live.

Your request may take up to two business days to process. Apollo will notify you when your new CNAME is live.

Limitations

The custom domains feature doesn't support the following:

  • Apex records or A records
  • Multiple custom domains per variant
  • Load balancing traffic across multiple variants