You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request.
Please do not leave +1 or me too comments, they generate extra noise for issue followers and do not help prioritize the request.
If you are interested in working on this issue or have submitted a pull request, please leave a comment.
If an issue is assigned to a user, that user is claiming responsibility for the issue.
Customers working with a Google Technical Account Manager or Customer Engineer can ask them to reach out internally to expedite investigation and resolution of this issue.
Description
Dynamic Compression is already in public preview, and it can be configured via the Restful API and gcloud CLI. This PR adds the new field compression_mode to configure dynamic compression for Media CDN via Terraform. See http://cloud/media-cdn/docs/dynamic-compression for more details.
By default, Media CDN proxies only GET, HEAD, and OPTIONS methods to your origin and filters out the methods that can modify your origin.
This PR adds the field allowed_methods to Terraform, so other methods such as PUT, POST, DELETE, and PATCH can be supported. See https://cloud.google.com/media-cdn/docs/routing#method-filtering for more details.
Community Note
Description
Dynamic Compression is already in public preview, and it can be configured via the Restful API and gcloud CLI. This PR adds the new field compression_mode to configure dynamic compression for Media CDN via Terraform. See http://cloud/media-cdn/docs/dynamic-compression for more details.
By default, Media CDN proxies only GET, HEAD, and OPTIONS methods to your origin and filters out the methods that can modify your origin.
This PR adds the field allowed_methods to Terraform, so other methods such as PUT, POST, DELETE, and PATCH can be supported. See https://cloud.google.com/media-cdn/docs/routing#method-filtering for more details.
New or Affected Resource(s)
Potential Terraform Configuration
References
No response
The text was updated successfully, but these errors were encountered: