-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Add reverted OpenAPI commit #11452
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
Add reverted OpenAPI commit #11452
Conversation
S3 Image Test Results (AMD64 / ARM64) 2 files 2 suites 3m 38s ⏱️ Results for commit a3a42dd. ♻️ This comment has been updated with latest results. |
Co-authored-by: Giovanni Grano <me@giograno.com> (cherry picked from commit fcd110d)
70ac0fd
to
cf9d81f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The revert, and adjusting the error handling based on recent feedback, is looking good! I just added two questions, but when they are answered, we can move forward with the merge. 💯
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
q: With #11444, the request validation was (similar to the request validation) moved to an opt-in approach.
Would it make sense to activate the request validation here as well?
Or should the opt-in maybe be reverted to an opt-out?
Motivation
With #11025 we involuntarily broke the persistence snapshots in the downstream pipeline. The reasoning is explained in https://github.com/localstack/localstack-ext/pull/3407. The issue should be solved once such PR gets merged.
Changes