From 645040a99bd3ef422b2d561d4be6daab83b92415 Mon Sep 17 00:00:00 2001 From: Pierre Gerbelot Date: Fri, 29 Sep 2023 16:54:13 +0200 Subject: [PATCH 1/3] add generate certificate flag to custom domain --- src/resources/ApplicationCustomDomainRef.yaml | 2 +- src/schemas/CustomDomainRequest.yaml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/resources/ApplicationCustomDomainRef.yaml b/src/resources/ApplicationCustomDomainRef.yaml index 154e6496..63e9009c 100644 --- a/src/resources/ApplicationCustomDomainRef.yaml +++ b/src/resources/ApplicationCustomDomainRef.yaml @@ -1,7 +1,7 @@ put: summary: 'Edit a Custom Domain' - description: 'To edit a Custom Domain you must have the project user permission' + description: 'To edit a Custom Domain you must have the project user permission' operationId: editCustomDomain parameters: - $ref: '../parameters/path/applicationId.yaml' diff --git a/src/schemas/CustomDomainRequest.yaml b/src/schemas/CustomDomainRequest.yaml index e800edc4..ee2823ef 100644 --- a/src/schemas/CustomDomainRequest.yaml +++ b/src/schemas/CustomDomainRequest.yaml @@ -6,3 +6,6 @@ properties: type: string description: your custom domain example: my.domain.tld + generate_certificate: + type: boolean + description: to control if a certificate will be generated for this custom domain. \ No newline at end of file From f0362c509b1447c15614989631f8a5323c3353fe Mon Sep 17 00:00:00 2001 From: acarranoqovery <105300721+acarranoqovery@users.noreply.github.com> Date: Mon, 2 Oct 2023 09:18:33 +0200 Subject: [PATCH 2/3] Update CustomDomainRequest.yaml --- src/schemas/CustomDomainRequest.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/schemas/CustomDomainRequest.yaml b/src/schemas/CustomDomainRequest.yaml index ee2823ef..5a91a3d1 100644 --- a/src/schemas/CustomDomainRequest.yaml +++ b/src/schemas/CustomDomainRequest.yaml @@ -8,4 +8,4 @@ properties: example: my.domain.tld generate_certificate: type: boolean - description: to control if a certificate will be generated for this custom domain. \ No newline at end of file + 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 from the CDN to Qovery. From 6f02c3a8e98ff5a212b3ed0108a28d382fa36214 Mon Sep 17 00:00:00 2001 From: acarranoqovery <105300721+acarranoqovery@users.noreply.github.com> Date: Mon, 2 Oct 2023 09:28:22 +0200 Subject: [PATCH 3/3] Update CustomDomainRequest.yaml --- src/schemas/CustomDomainRequest.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/schemas/CustomDomainRequest.yaml b/src/schemas/CustomDomainRequest.yaml index 5a91a3d1..5f1f9ee3 100644 --- a/src/schemas/CustomDomainRequest.yaml +++ b/src/schemas/CustomDomainRequest.yaml @@ -8,4 +8,4 @@ properties: example: my.domain.tld 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 from the CDN to Qovery. + 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.