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

ACK(Cloudfront) IllegalUpdate: OriginReadTimeout is required for updates #2335

Open
pankajagarwal opened this issue Feb 18, 2025 · 1 comment
Labels
kind/bug Categorizes issue or PR as related to a bug. service/cloudfront Indicates issues or PRs that are related to cloudfront-controller.

Comments

@pankajagarwal
Copy link

Describe the bug
An update to cloudfront origin is forcing me to add all the optional fields to my yaml definition.

IllegalUpdate: OriginReadTimeout is required for updates. Same error for custom header

Steps to reproduce

  1. Deploy a basic Cloudfront distribution with all defaults.
  2. Above step will default the origin to use TLSv1 as the default minimum protocol.
  3. Try to change the yaml definition to use TLSv1.2 instead and then updates will fail error as above.

Expected outcome
The update should add only the specific change to the definition and update.

Environment
Production

  • Kubernetes version 1.31
  • Using EKS yes
  • AWS service targeted Cloudfront
@pankajagarwal pankajagarwal changed the title IllegalUpdate: OriginReadTimeout is required for updates ACK(Cloudfront) IllegalUpdate: OriginReadTimeout is required for updates Feb 18, 2025
@michaelhtm michaelhtm added service/cloudfront Indicates issues or PRs that are related to cloudfront-controller. kind/bug Categorizes issue or PR as related to a bug. labels Feb 20, 2025
@michaelhtm
Copy link
Member

Hey @pankajagarwal, can you provide the manifest you used? I can try to reproduce, thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug. service/cloudfront Indicates issues or PRs that are related to cloudfront-controller.
Projects
None yet
Development

No branches or pull requests

2 participants