Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(COR-719) add generate certificate flag to custom domain #450

Merged
merged 3 commits into from
Oct 3, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/resources/ApplicationCustomDomainRef.yaml
Original file line number Diff line number Diff line change
@@ -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'
Expand Down
3 changes: 3 additions & 0 deletions src/schemas/CustomDomainRequest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 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.
Loading