-
Notifications
You must be signed in to change notification settings - Fork 15
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
Fix backend override rules #72
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Fixup couper test env name and unset
malud
reviewed
Dec 3, 2020
Add related code documentation small refactor for configuration load
alex-schneider
force-pushed
the
more-tests
branch
from
December 3, 2020 15:16
c5b7393
to
00d17e5
Compare
Fixed obsolete bodies append and small refinements
alex-schneider
approved these changes
Dec 4, 2020
malud
pushed a commit
that referenced
this pull request
Dec 7, 2020
Leads to getAttribute errors for recently added dynamic evals for origin, path and hostname
malud
pushed a commit
that referenced
this pull request
Dec 8, 2020
Leads to getAttribute errors for recently added dynamic evals for origin, path and hostname
malud
pushed a commit
that referenced
this pull request
Dec 9, 2020
Leads to getAttribute errors for recently added dynamic evals for origin, path and hostname
malud
pushed a commit
that referenced
this pull request
Dec 14, 2020
* upstream validation: implementation, first try (#21) * add upstream swagger file, referenced in couper.hcl (#21) * rename swagger_definition -> openapi_file (#21) * openapi block with properties instead of properties only; request/response are always validated if openapi block is present; request is rejected if invalid and ignore_request_violations is not true; response is rejected if invalid and ignore_response_violations is not true (#21) * invalid upstream request gets 400 - Bad Request; invalid upstream response gets 502 - Bad Gateway (#21) * keep backend status code in log even in case of response validation error (#21) * validation message in backend log's message field (#21) * tests for validation (#21) * extracted OpenAPI validator (#21) * Fixed validation errors in openapi file to be logged as errors instead of panic (#21) * Fixup openAPI validation test * Handle body rewind Refactor openAPI error handling * Fix set getBody method first #72 Leads to getAttribute errors for recently added dynamic evals for origin, path and hostname * Add buffer stringer implementation Add stringer tool to generate for const * Add test for bufferOption interaction * rm httpbin.yaml * Fix documentation hcl format * Remove loose punctuation mark from documentation Fix couper version to latest release * Add openapi documentation and example link * Fixup obsolete conditions * Add validation exclude options Fix passing the query param * Fixup validation tests e.g. query 404 -> 404= due to our set query feature * Update validation documentation * Use req context * Fix merge openAPI and use partialContent for deprecated log * Upgrade kin-openapi dependency to latest v0.33.0 * Add documentation note about openapi3 * Add additional openapi test Remove own getBody set since openapi3 does this already (too) * Revert configurable validation exclude options * Add additonal openapi link Co-authored-by: Marcel Ludwig <marcel.ludwig@avenga.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.