-
Notifications
You must be signed in to change notification settings - Fork 4.6k
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
CORS settings for App Service #2848
Comments
@tomasaschan Unfortunately Microsoft does not support setting the @katbyte Should we perhaps move |
As that's missing from the SDK (and thus the Azure API Specs) I'd suggest opening an issue about the |
@joakimhew @tombuildsstuff Are you sure it's missing? I haven't looked that closely, but there's at least a reference to it in services\web\mgmt\2018-02-01\web\models.go (line 6898) in the SDK that indicates it knows about it. |
@tomasaschan Hmm you're right, it seems to be there. It was added 26 days ago though so might explain why we don't have it in the SDK referenced in the provider yet: @tombuildsstuff Since it was added quite recently to the SDK, I'm supposing it would be available here too soon, right? Edit: Here's the specific commit that added It was realsed in 25.1.0 We are currently using 24.0.0 |
@joakimhew @tomasaschan good spot - we can look to upgrade the Azure SDK to |
PR for upgrading the Azure SDK: #2886 |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 hashibot-feedback@hashicorp.com. Thanks! |
Community Note
Description
The
azurerm_app_service
object does currently not support editing CORS settings, and I can't find any issues that cover this. Are there any plans to implement this that have not been logged yet? If not, I might take a stab at implementing it (the SDK has support for it, so it should be pretty straightforward).New or Affected Resource(s)
azurerm_app_service
(both resource and data source)Potential Terraform Configuration
I imagine something like this:
References
The text was updated successfully, but these errors were encountered: