Skip to content

Commit

Permalink
feat(cor-923) Add use_cdn flag to CustomDomain (#671)
Browse files Browse the repository at this point in the history
  • Loading branch information
mzottola authored Jul 22, 2024
1 parent f2e8158 commit 9ab8e24
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13482,6 +13482,13 @@ components:
generate_certificate:
type: boolean
description: to control if a certificate has to be generated for this custom domain by Qovery. The default value is `true`. This flag should be set to `false` if a CDN or other entities are managing the certificate for the specified domain and the traffic is proxied by the CDN to Qovery.
use_cdn:
type: boolean
description: |
Indicates if the custom domain is behind a CDN (i.e Cloudflare).
This will condition the way we are checking CNAME before & during a deployment:
* If `true` then we only check the domain points to an IP
* If `false` then we check that the domain resolves to the correct service Load Balancer
CustomDomainRequest:
type: object
required:
Expand All @@ -13495,6 +13502,13 @@ components:
generate_certificate:
type: boolean
description: to control if a certificate has to be generated for this custom domain by Qovery. The default value is `true`. This flag should be set to `false` if a CDN or other entities are managing the certificate for the specified domain and the traffic is proxied by the CDN to Qovery.
use_cdn:
type: boolean
description: |
Indicates if the custom domain is behind a CDN (i.e Cloudflare).
This will condition the way we are checking CNAME before & during a deployment:
* If `true` then we only check the domain points to an IP
* If `false` then we check that the domain resolves to the correct service Load Balancer
CustomDomainResponseList:
type: object
properties:
Expand Down

0 comments on commit 9ab8e24

Please sign in to comment.