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

[CDN/CustomDomain] allow to define customHTTPS parameters during creation #17498

Open
secustor opened this issue Jan 25, 2022 · 2 comments
Open
Labels
customer-reported Issues that are reported by GitHub users external to the Azure organization. Network - CDN question The issue doesn't require a change to the product in order to be resolved. Most issues start as that Service Attention This issue is responsible by Azure service team.

Comments

@secustor
Copy link

secustor commented Jan 25, 2022

Currently a separate API endpoint has to be called to enable CustomHTTPS with custom domains.

This is not ideal as this prevents IaC tooling such as ARM templates, Pulumi and Terraform from using this feature.

I suggest to extend the request body of put to accommodate these properties:

before:

{
  "properties": {
    "hostName": "www.someDomain.net"
  }
}

after:

{
  "properties": {
    "hostName": "www.someDomain.net",
    "customHttpsProvisioning": {
       "certificateSource": "cdn"
       ...
     }
  }
}
@ghost ghost added needs-triage This is a new issue that needs to be triaged to the appropriate team. question The issue doesn't require a change to the product in order to be resolved. Most issues start as that customer-reported Issues that are reported by GitHub users external to the Azure organization. labels Jan 25, 2022
@keryul keryul added Network - CDN Service Attention This issue is responsible by Azure service team. labels Jan 26, 2022
@ghost ghost removed the needs-triage This is a new issue that needs to be triaged to the appropriate team. label Jan 26, 2022
@ghost
Copy link

ghost commented Jan 26, 2022

Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @cdnfdsuppgithub.

Issue Details

Currently a separate API endpoint has to be called enable CustomHTTPS on custom domains.

This is not ideal as this prevent IaC tooling such ARM templates, Pulumi and Terraform from using this feature.

I suggest to extend the request body of put to accommodate this properties:

before:

{
  "properties": {
    "hostName": "www.someDomain.net"
  }
}

after:

{
  "properties": {
    "hostName": "www.someDomain.net",
    "customHttpsProvisioning": {
       "certificateSource": "cdn"
       ...
     }
  }
}
Author: secustor
Assignees: -
Labels:

question, Network - CDN, Service Attention, customer-reported, needs-triage

Milestone: -

@catalystasoftware
Copy link

catalystasoftware commented Aug 2, 2023

This is also blocking us :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
customer-reported Issues that are reported by GitHub users external to the Azure organization. Network - CDN question The issue doesn't require a change to the product in order to be resolved. Most issues start as that Service Attention This issue is responsible by Azure service team.
Projects
None yet
Development

No branches or pull requests

3 participants